Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -397,7 +397,7 @@ class WhisperBase(ABC):
|
|
397 |
if file_count_total > 1:
|
398 |
if file_count > 1:
|
399 |
total_result += f'\n'
|
400 |
-
total_result += f'Transcription of {info["input_source_file"]}:\n'
|
401 |
|
402 |
total_time += info["time_for_task"]
|
403 |
total_result += f'{info["subtitle"]}'
|
|
|
397 |
if file_count_total > 1:
|
398 |
if file_count > 1:
|
399 |
total_result += f'\n'
|
400 |
+
total_result += f'Transcription of {info["input_source_file"]}:\n\n'
|
401 |
|
402 |
total_time += info["time_for_task"]
|
403 |
total_result += f'{info["subtitle"]}'
|