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

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
@@ -236,7 +236,7 @@ class WhisperBase(ABC):
236
  files_to_download = {}
237
  time_start = datetime.now()
238
 
239
- print("Translate?:" + str(WhisperParameters.is_translate))
240
 
241
  for file in files:
242
 
 
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