From 86691e9883c61c6088d6e9c650341b8c5362645a Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Wed, 15 Nov 2023 16:25:01 +0800 Subject: [PATCH] fix typo: README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 66c52bc..4639837 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ pip install -r requirements.txt You can then run the application using the following command: (model will be download from huggingface if not exists in cache dir) ```bash -python main.py --host 0.0.0.0 --port 5000 --model large-v2 +python whisper_fastapi.py --host 0.0.0.0 --port 5000 --model large-v2 ``` This will start the application on `http://:5000`.