Update modules/whisper/whisper_base.py
Browse files
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")*
|
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 += "□"
|