From dcddd0717698a595023be7198e17e8df1e1141d4 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Fri, 23 Sep 2022 20:45:56 +0900 Subject: [PATCH] Fix option --- whisper_streaming/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper_streaming/cli.py b/whisper_streaming/cli.py index 754da19..8b3a428 100644 --- a/whisper_streaming/cli.py +++ b/whisper_streaming/cli.py @@ -75,7 +75,7 @@ def get_opts() -> argparse.Namespace: ) parser.add_argument( "--num_block", - "-b", + "-n", type=int, default=20, help="Number of operation unit. Larger values can improve accuracy but consume more memory.",