Move code directly into backend and cli src
All checks were successful
CI / Backend (push) Successful in 28s
CI / CLI (push) Successful in 16s

This commit is contained in:
2026-05-24 12:46:40 +02:00
parent 9fd0e707f0
commit c7eda49769
11 changed files with 26 additions and 10 deletions

View File

@@ -14,7 +14,7 @@ The repo also includes a Gitea Actions workflow at `.gitea/workflows/ci.yml` tha
```bash
cd backend
pip install -e .
uvicorn whisper_remote_backend.server:app --host 0.0.0.0 --port 8000
uvicorn server:app --app-dir src --host 0.0.0.0 --port 8000
```
The backend machine must already have the upstream `whisper` CLI available on `PATH`.