LAP-DEV commited on
Commit
221ded5
·
verified ·
1 Parent(s): e3fc308

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
@@ -280,7 +280,7 @@ class WhisperBase(ABC):
280
  total_result += f'{info["subtitle"]}'
281
  total_time += info["time_for_task"]
282
  #total_info += f'{info["lang"]}'
283
- total_info += f"Language {info['lang']} detected for file '{file_name}{file_ext}'"
284
  # Just get first line:
285
  break
286
 
 
280
  total_result += f'{info["subtitle"]}'
281
  total_time += info["time_for_task"]
282
  #total_info += f'{info["lang"]}'
283
+ total_info += f"Language {info['lang']} detected"
284
  # Just get first line:
285
  break
286