LAP-DEV commited on
Commit
9655110
·
verified ·
1 Parent(s): 39c1f21

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -1
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"]}'