Update modules/whisper/whisper_base.py
Browse files
modules/whisper/whisper_base.py
CHANGED
@@ -236,10 +236,6 @@ class WhisperBase(ABC):
|
|
236 |
files_to_download = {}
|
237 |
time_start = datetime.now()
|
238 |
|
239 |
-
#test
|
240 |
-
params.is_translate = True
|
241 |
-
whisper_params = WhisperParameters.as_list(params)
|
242 |
-
|
243 |
for file in files:
|
244 |
|
245 |
## Detect language
|
|
|
236 |
files_to_download = {}
|
237 |
time_start = datetime.now()
|
238 |
|
|
|
|
|
|
|
|
|
239 |
for file in files:
|
240 |
|
241 |
## Detect language
|