We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7335d77 commit 113e69fCopy full SHA for 113e69f
docs/whisper_transcription/README.md
@@ -45,7 +45,7 @@ sudo apt install ffmpeg
45
### CLI Transcription & Summarization
46
47
```bash
48
-python faster_code_week1_v28.py \
+python whisper_code.py \
49
--input /path/to/audio_or_folder \
50
--model medium \
51
--output-dir output/ \
@@ -82,7 +82,7 @@ python faster_code_week1_v28.py \
82
### Start API Server
83
84
85
-uvicorn whisper_api_server:app --host 0.0.0.0 --port 8000
+uvicorn whisper_api_server:app --host 0.0.0.0 --port 8000 --log-level debug
86
```
87
88
### Example API Call
0 commit comments