From 7b21d53cbf927e3287ca498e2ec8253fc5b19ff6 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Sat, 24 Sep 2022 09:31:13 +0900 Subject: [PATCH] Fix a typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2bfc4..d806888 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ poetry install --only main poetry run whisper_streaming --language en --model base -n 20 ``` -- ``--language`` set the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h`` +- ``--language`` sets the language to transcribe. The list of languages are shown with ``poetry run whisper_streaming -h`` - ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory. - ``--debug`` outputs logs for debug