LAP-DEV commited on
Commit
d44da16
·
verified ·
1 Parent(s): 932c6a3

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +2 -4
modules/whisper/whisper_base.py CHANGED
@@ -237,10 +237,8 @@ class WhisperBase(ABC):
237
  time_start = datetime.now()
238
 
239
  #test
240
- test_list = params
241
- print("Translate pre: " + params.is_translate)
242
- #test_list[2] = True
243
- print("Translate post: " + params.is_translate)
244
 
245
  for file in files:
246
 
 
237
  time_start = datetime.now()
238
 
239
  #test
240
+ params.is_translate = True
241
+ *whisper_params = params.as_list()
 
 
242
 
243
  for file in files:
244