LAP-DEV commited on
Commit
05f12dc
·
verified ·
1 Parent(s): 5794fcc

Update modules/whisper/insanely_fast_whisper_inference.py

Browse files
modules/whisper/insanely_fast_whisper_inference.py CHANGED
@@ -120,7 +120,7 @@ class InsanelyFastWhisperInference(WhisperBase):
120
  progress: gr.Progress
121
  Indicator to show progress directly in gradio.
122
  """
123
- progress(0, desc="Initializing Model..")
124
  model_path = os.path.join(self.model_dir, model_size)
125
  if not os.path.isdir(model_path) or not os.listdir(model_path):
126
  self.download_model(
 
120
  progress: gr.Progress
121
  Indicator to show progress directly in gradio.
122
  """
123
+ progress(0, desc="Initializing Model...")
124
  model_path = os.path.join(self.model_dir, model_size)
125
  if not os.path.isdir(model_path) or not os.listdir(model_path):
126
  self.download_model(