Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -338,7 +338,7 @@ class WhisperBase(ABC):
|
|
338 |
total_info += f'Input file:\t\t {info["input_source_file"]}\nLanguage:\t {info["lang"]} (probability {info["lang_prob"]}%)\n'
|
339 |
|
340 |
if params.is_translate:
|
341 |
-
total_info += f'Translation:\t {info["transcription"]} (
|
342 |
|
343 |
if translate_output:
|
344 |
total_info += f'Translation :\t {info["translation"]}\n'
|
|
|
338 |
total_info += f'Input file:\t\t {info["input_source_file"]}\nLanguage:\t {info["lang"]} (probability {info["lang_prob"]}%)\n'
|
339 |
|
340 |
if params.is_translate:
|
341 |
+
total_info += f'Translation:\t {info["transcription"]} (①)\n'
|
342 |
|
343 |
if translate_output:
|
344 |
total_info += f'Translation :\t {info["translation"]}\n'
|