github-actions[bot] commited on
Commit
8370c97
·
1 Parent(s): 29a8a9a

Sync with https://github.com/mozilla-ai/speech-to-text-finetune

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,7 +45,7 @@ def _load_hf_model(model_repo_id: str) -> Pipeline:
45
  )
46
 
47
 
48
- @spaces.GPU
49
  def transcribe(
50
  dropdown_model_id: str,
51
  hf_model_id: str,
 
45
  )
46
 
47
 
48
+ @spaces.GPU(duration=30)
49
  def transcribe(
50
  dropdown_model_id: str,
51
  hf_model_id: str,