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

Update modules/whisper/whisper_base.py

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