LAP-DEV commited on
Commit
ab84c01
·
verified ·
1 Parent(s): 093e747

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +0 -1
modules/whisper/whisper_base.py CHANGED
@@ -391,7 +391,6 @@ class WhisperBase(ABC):
391
  result_file_path = [info['path'] for info in files_to_download.values()]
392
 
393
  # Fix tab indents
394
- total_info = total_info.expandtabs()
395
  result_str = result_str.expandtabs()
396
 
397
  return [result_str,result_file_path,total_info]
 
391
  result_file_path = [info['path'] for info in files_to_download.values()]
392
 
393
  # Fix tab indents
 
394
  result_str = result_str.expandtabs()
395
 
396
  return [result_str,result_file_path,total_info]