From a8b92750131cb51beabffb3cdb8963f8812f83b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20Mei=C3=9Fner?= <936176+t-nil@users.noreply.github.com> Date: Sat, 15 Jun 2024 12:29:36 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ```