Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -421,7 +421,8 @@ class WhisperBase(ABC):
|
|
421 |
title_line += "#NEWLINE#"
|
422 |
|
423 |
for temp_file in files_to_download.items():
|
424 |
-
print("
|
|
|
425 |
|
426 |
total_result += title_line+(((info["subtitle"].rstrip("\n")).replace("\t","#TAB#")).replace("\n","#NEWLINE#"))
|
427 |
total_time += info["time_for_task"]
|
|
|
421 |
title_line += "#NEWLINE#"
|
422 |
|
423 |
for temp_file in files_to_download.items():
|
424 |
+
print("Test: ")
|
425 |
+
print(temp_file)
|
426 |
|
427 |
total_result += title_line+(((info["subtitle"].rstrip("\n")).replace("\t","#TAB#")).replace("\n","#NEWLINE#"))
|
428 |
total_time += info["time_for_task"]
|