LAP-DEV commited on
Commit
31c791b
·
verified ·
1 Parent(s): 461a3e5

Update modules/whisper/whisper_base.py

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