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

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +5 -1
modules/whisper/whisper_base.py CHANGED
@@ -236,7 +236,11 @@ class WhisperBase(ABC):
236
  files_to_download = {}
237
  time_start = datetime.now()
238
 
239
- print("Translate?:" + (whisper_params.as_list())[2])
 
 
 
 
240
 
241
  for file in files:
242
 
 
236
  files_to_download = {}
237
  time_start = datetime.now()
238
 
239
+ #test
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