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

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +1 -2
modules/whisper/whisper_base.py CHANGED
@@ -239,8 +239,7 @@ class WhisperBase(ABC):
239
  #test
240
  test_list = *whisper_params
241
  test_list[2] = True
242
- print("Translate?:" + *whisper_params)
243
- print("Translate?:" + test_list.as_list())
244
 
245
  for file in files:
246
 
 
239
  #test
240
  test_list = *whisper_params
241
  test_list[2] = True
242
+ print("Translate: " + test_list.as_list())
 
243
 
244
  for file in files:
245