LAP-DEV commited on
Commit
2b8161f
·
verified ·
1 Parent(s): a8f2612

Update modules/whisper/whisper_base.py

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