Add Guardio web UI

This commit is contained in:
2026-05-22 19:42:08 +01:00
parent c6363dfa84
commit 82718e5e84
8 changed files with 810 additions and 1 deletions

View File

@@ -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