LAP-DEV commited on
Commit
ee67bcd
·
verified ·
1 Parent(s): 5d68dd1

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
@@ -422,7 +422,7 @@ class WhisperBase(ABC):
422
  temp_subtitle = info["subtitle"].rstrip("\n")
423
  temp_subtitle = temp_subtitle.replace("\t","□")
424
  temp_subtitle = temp_subtitle.replace("\n","■")
425
- total_result += temp_subtitle
426
 
427
  total_time += info["time_for_task"]
428
 
 
422
  temp_subtitle = info["subtitle"].rstrip("\n")
423
  temp_subtitle = temp_subtitle.replace("\t","□")
424
  temp_subtitle = temp_subtitle.replace("\n","■")
425
+ total_result += title_line+temp_subtitle
426
 
427
  total_time += info["time_for_task"]
428