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

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
@@ -240,7 +240,7 @@ class WhisperBase(ABC):
240
  test_list = *whisper_params
241
  test_list[2] = True
242
  print("Translate?:" + *whisper_params)
243
- print("Translate?:" + test_list)
244
 
245
  for file in files:
246
 
 
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