LAP-DEV commited on
Commit
fd620f1
·
verified ·
1 Parent(s): f566da3

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
@@ -411,7 +411,7 @@ class WhisperBase(ABC):
411
 
412
  # Add filename & info as first line
413
  title_line = ""
414
- tabbed_space = ("\t")*3
415
  if file_count_total > 1 and file_count > 1: title_line += "■"
416
  if add_timestamp_preview: title_line += "□"
417
  if diarize_speakers: title_line += "□"
 
411
 
412
  # Add filename & info as first line
413
  title_line = ""
414
+ tabbed_space = ("\t")*5
415
  if file_count_total > 1 and file_count > 1: title_line += "■"
416
  if add_timestamp_preview: title_line += "□"
417
  if diarize_speakers: title_line += "□"