LAP-DEV commited on
Commit
574842b
·
verified ·
1 Parent(s): 31c791b

Update modules/whisper/whisper_base.py

Browse files
Files changed (1) hide show
  1. modules/whisper/whisper_base.py +0 -4
modules/whisper/whisper_base.py CHANGED
@@ -236,10 +236,6 @@ class WhisperBase(ABC):
236
  files_to_download = {}
237
  time_start = datetime.now()
238
 
239
- #test
240
- params.is_translate = True
241
- whisper_params = WhisperParameters.as_list(params)
242
-
243
  for file in files:
244
 
245
  ## Detect language
 
236
  files_to_download = {}
237
  time_start = datetime.now()
238
 
 
 
 
 
239
  for file in files:
240
 
241
  ## Detect language