Move code directly into backend and cli src
This commit is contained in:
@@ -2,13 +2,13 @@
|
||||
|
||||
FastAPI wrapper around the upstream `whisper` CLI from `openai/whisper`.
|
||||
|
||||
Package layout is flat in this folder: `whisper_remote_backend/server.py`.
|
||||
Package layout is flat in this folder: `src/server.py`.
|
||||
|
||||
## Run
|
||||
|
||||
```bash
|
||||
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
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
Reference in New Issue
Block a user