LAP-DEV commited on
Commit
44fdc51
·
verified ·
1 Parent(s): 2deb262

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
@@ -237,7 +237,7 @@ class WhisperBase(ABC):
237
  time_start = datetime.now()
238
 
239
  #test
240
- test_list = *whisper_params
241
  test_list[2] = True
242
  print("Translate: " + test_list.as_list())
243
 
 
237
  time_start = datetime.now()
238
 
239
  #test
240
+ test_list = *whisper_params.as_list()
241
  test_list[2] = True
242
  print("Translate: " + test_list.as_list())
243