Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -421,6 +421,8 @@ class WhisperBase(ABC):
|
|
421 |
title_line += "#NEWLINE#"
|
422 |
|
423 |
for temp_file in files_to_download.items():
|
|
|
|
|
424 |
if temp_file[0].split("_") == file_name:
|
425 |
print((temp_file[1])["path"])
|
426 |
|
|
|
421 |
title_line += "#NEWLINE#"
|
422 |
|
423 |
for temp_file in files_to_download.items():
|
424 |
+
print("test: ")
|
425 |
+
print(temp_file[0].split("_"))
|
426 |
if temp_file[0].split("_") == file_name:
|
427 |
print((temp_file[1])["path"])
|
428 |
|