LAP-DEV commited on
Commit
3e54363
·
verified ·
1 Parent(s): ab84c01

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -4
modules/whisper/whisper_base.py CHANGED
@@ -389,10 +389,7 @@ class WhisperBase(ABC):
389
 
390
  result_str = total_result.rstrip("\n")
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]
397
 
398
  except Exception as e:
 
389
 
390
  result_str = total_result.rstrip("\n")
391
  result_file_path = [info['path'] for info in files_to_download.values()]
392
+
 
 
 
393
  return [result_str,result_file_path,total_info]
394
 
395
  except Exception as e: