FFomy commited on
Commit
3c53f92
·
verified ·
1 Parent(s): 53e59e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -414,9 +414,6 @@ def get_model_options(pipeline_type):
414
  # Dictionary to store loaded models
415
  loaded_models = {}
416
 
417
- def get_model_from_cache
418
-
419
-
420
  @spaces.GPU(duration=40)
421
  def transcribe_audio(audio_input, audio_url, proxy_url, proxy_username, proxy_password, pipeline_type, model_id, download_method, start_time=None, end_time=None, verbose=False):
422
  """
 
414
  # Dictionary to store loaded models
415
  loaded_models = {}
416
 
 
 
 
417
  @spaces.GPU(duration=40)
418
  def transcribe_audio(audio_input, audio_url, proxy_url, proxy_username, proxy_password, pipeline_type, model_id, download_method, start_time=None, end_time=None, verbose=False):
419
  """