Update README.md

This commit is contained in:
Florian Meißner
2024-06-15 12:29:36 +02:00
committed by GitHub
parent 815441e8bb
commit a8b9275013
+1 -1
View File
@@ -36,7 +36,7 @@ python3 run_server.py --port 9090 \
# running with custom model
python3 run_server.py --port 9090 \
--backend faster_whisper
--backend faster_whisper \
-fw "/path/to/custom/faster/whisper/model"
```