LAP-DEV commited on
Commit
84235aa
Β·
verified Β·
1 Parent(s): 3c7e7eb

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +2 -2
modules/whisper/whisper_base.py CHANGED
@@ -347,8 +347,8 @@ class WhisperBase(ABC):
347
  total_info += f"\nTotal processing time: {self.format_time((time_end-time_start).total_seconds())}"
348
 
349
  if params.is_translate or translate_output:
350
- total_info += "\n\nNote\t:β˜† Using OpenAI Whisper"
351
- total_info += "\t\tβ˜†β˜† Using Facebook NLLB"
352
 
353
  result_str = total_result.rstrip("\n")
354
  result_file_path = [info['path'] for info in files_to_download.values()]
 
347
  total_info += f"\nTotal processing time: {self.format_time((time_end-time_start).total_seconds())}"
348
 
349
  if params.is_translate or translate_output:
350
+ total_info += "\n\nNote:\tβ˜†\t Using OpenAI Whisper"
351
+ total_info += "\n\t\tβ˜†β˜†\t Using Facebook NLLB"
352
 
353
  result_str = total_result.rstrip("\n")
354
  result_file_path = [info['path'] for info in files_to_download.values()]