Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
|
@@ -288,8 +288,7 @@ class WhisperBase(ABC):
|
|
| 288 |
|
| 289 |
try:
|
| 290 |
for file in files:
|
| 291 |
-
print("File to process:")
|
| 292 |
-
print(file)
|
| 293 |
|
| 294 |
file_count_total = 0
|
| 295 |
if input_multi != "Single":
|
|
|
|
| 288 |
|
| 289 |
try:
|
| 290 |
for file in files:
|
| 291 |
+
print("File to process: "+file.name)
|
|
|
|
| 292 |
|
| 293 |
file_count_total = 0
|
| 294 |
if input_multi != "Single":
|