From 1ba8536fba3a6905fd5c081549a24903877cd324 Mon Sep 17 00:00:00 2001 From: Yuta Hayashibe Date: Thu, 29 Sep 2022 22:07:44 +0900 Subject: [PATCH] Add messages --- whispering/cli.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/whispering/cli.py b/whispering/cli.py index aa4a3fa..08e7914 100644 --- a/whispering/cli.py +++ b/whispering/cli.py @@ -54,7 +54,9 @@ def transcribe_from_mic( if no_progress: segment = q.get() else: - pbar_thread = ProgressBar(num_block=num_block) + pbar_thread = ProgressBar( + num_block=num_block, # TODO: set more accurate value + ) try: segment = q.get() except KeyboardInterrupt: