LAP-DEV commited on
Commit
c45194e
·
verified ·
1 Parent(s): 3840a5b

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +3 -0
modules/whisper/whisper_base.py CHANGED
@@ -420,6 +420,9 @@ class WhisperBase(ABC):
420
  if translate_output: title_line += f'\n{tabbed_space}Translation:\t{info["translation"]} (Handled by Facebook NLLB)'
421
  title_line += "#NEWLINE#"
422
 
 
 
 
423
  total_result += title_line+(((info["subtitle"].rstrip("\n")).replace("\t","#TAB#")).replace("\n","#NEWLINE#"))
424
  total_time += info["time_for_task"]
425
 
 
420
  if translate_output: title_line += f'\n{tabbed_space}Translation:\t{info["translation"]} (Handled by Facebook NLLB)'
421
  title_line += "#NEWLINE#"
422
 
423
+ for file_name_dl, info_dl in file_to_download.items():
424
+ print("test: "+file_name_dl)
425
+
426
  total_result += title_line+(((info["subtitle"].rstrip("\n")).replace("\t","#TAB#")).replace("\n","#NEWLINE#"))
427
  total_time += info["time_for_task"]
428