Add Guardio web UI
This commit is contained in:
10
README.md
10
README.md
@@ -66,6 +66,16 @@ Basic example:
|
||||
.venv\Scripts\python.exe main.py "https://youtube.com/watch?v=VIDEO_ID" --lang es
|
||||
```
|
||||
|
||||
### Guardio Web UI
|
||||
|
||||
Guardio provides a local browser UI for starting dub jobs, watching logs, and downloading finished videos:
|
||||
|
||||
```powershell
|
||||
.venv\Scripts\python.exe web_app.py
|
||||
```
|
||||
|
||||
Open `http://127.0.0.1:7860` and submit a YouTube URL. Jobs run through the same `main.py` pipeline, so the CLI options and environment variables still apply.
|
||||
|
||||
Override the LM Studio endpoint or model from the CLI:
|
||||
|
||||
```powershell
|
||||
|
||||
Reference in New Issue
Block a user