Move code directly into backend and cli src
This commit is contained in:
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user