Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
|
@@ -236,7 +236,7 @@ class WhisperBase(ABC):
|
|
| 236 |
files_to_download = {}
|
| 237 |
time_start = datetime.now()
|
| 238 |
|
| 239 |
-
print("Translate?:" +
|
| 240 |
|
| 241 |
for file in files:
|
| 242 |
|
|
|
|
| 236 |
files_to_download = {}
|
| 237 |
time_start = datetime.now()
|
| 238 |
|
| 239 |
+
print("Translate?:" + (whisper_params.as_list())[2])
|
| 240 |
|
| 241 |
for file in files:
|
| 242 |
|