LAP-DEV commited on
Commit
e06baaa
·
verified ·
1 Parent(s): a19cb5c

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +2 -0
modules/whisper/whisper_base.py CHANGED
@@ -235,6 +235,8 @@ class WhisperBase(ABC):
235
  files_info = {}
236
  files_to_download = {}
237
  time_start = datetime.now()
 
 
238
 
239
  for file in files:
240
 
 
235
  files_info = {}
236
  files_to_download = {}
237
  time_start = datetime.now()
238
+
239
+ print(**whisper_params)
240
 
241
  for file in files:
242