LAP-DEV commited on
Commit
839440f
·
verified ·
1 Parent(s): f3e2d4a

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
@@ -390,7 +390,7 @@ class WhisperBase(ABC):
390
  result_str = total_result.rstrip("\n")
391
 
392
  # Fix tab indents for info & result preview
393
- total_info = total_info.expandtabs(8)
394
  result_str = result_str.expandtabs(8)
395
 
396
  result_file_path = [info['path'] for info in files_to_download.values()]
 
390
  result_str = total_result.rstrip("\n")
391
 
392
  # Fix tab indents for info & result preview
393
+ total_info = total_info.expandtabs(16)
394
  result_str = result_str.expandtabs(8)
395
 
396
  result_file_path = [info['path'] for info in files_to_download.values()]