LAP-DEV commited on
Commit
4ad7f73
·
verified ·
1 Parent(s): e8c013a

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 media file \'{info["input_source_file"]}\' »\n\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 media file \'{info["input_source_file"]}\': »\n\n'
401
 
402
  total_time += info["time_for_task"]
403
  total_result += f'{info["subtitle"]}'