Merge pull request #236 from t-nil/patch-1

Backslash missing in example
This commit is contained in:
makaveli
2024-06-30 20:33:07 +05:30
committed by GitHub
+1 -1
View File
@@ -36,7 +36,7 @@ python3 run_server.py --port 9090 \
# running with custom model # running with custom model
python3 run_server.py --port 9090 \ python3 run_server.py --port 9090 \
--backend faster_whisper --backend faster_whisper \
-fw "/path/to/custom/faster/whisper/model" -fw "/path/to/custom/faster/whisper/model"
``` ```