diff --git a/README.md b/README.md index 0e3df0d..3c242c2 100644 --- a/README.md +++ b/README.md @@ -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" ```