From 7dd0a9ab913e0d33ab61ee7569c52ba987ebfe17 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Fri, 23 Sep 2022 22:46:27 +0900 Subject: [PATCH] Add message --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 25fefd0..2e52f94 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ poetry run whisper_streaming --language ja --model base -n 20 ``` - ``-n`` sets interval of parsing. Larger values can improve accuracy but consume more memory. +- ``--debug`` outputs logs for debug ## Tips