Skip to content

Commit 113e69f

Browse files
authored
Update README.md
1 parent 7335d77 commit 113e69f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/whisper_transcription/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ sudo apt install ffmpeg
4545
### CLI Transcription & Summarization
4646

4747
```bash
48-
python faster_code_week1_v28.py \
48+
python whisper_code.py \
4949
--input /path/to/audio_or_folder \
5050
--model medium \
5151
--output-dir output/ \
@@ -82,7 +82,7 @@ python faster_code_week1_v28.py \
8282
### Start API Server
8383

8484
```bash
85-
uvicorn whisper_api_server:app --host 0.0.0.0 --port 8000
85+
uvicorn whisper_api_server:app --host 0.0.0.0 --port 8000 --log-level debug
8686
```
8787

8888
### Example API Call

0 commit comments

Comments
 (0)