Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
|
@@ -238,8 +238,7 @@ class WhisperBase(ABC):
|
|
| 238 |
|
| 239 |
#test
|
| 240 |
params.is_translate = True
|
| 241 |
-
*whisper_params =
|
| 242 |
-
#params.as_list()
|
| 243 |
|
| 244 |
for file in files:
|
| 245 |
|
|
|
|
| 238 |
|
| 239 |
#test
|
| 240 |
params.is_translate = True
|
| 241 |
+
*whisper_params = WhisperParameters.as_list(params)
|
|
|
|
| 242 |
|
| 243 |
for file in files:
|
| 244 |
|