github-actions[bot] commited on
Commit
3704634
·
1 Parent(s): de6e790

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

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -50,7 +50,6 @@ def transcribe(
50
  dropdown_model_id: str,
51
  hf_model_id: str,
52
  local_model_id: str,
53
- pipe: Pipeline,
54
  audio: gr.Audio,
55
  ) -> str:
56
  if dropdown_model_id and not hf_model_id and not local_model_id:
 
50
  dropdown_model_id: str,
51
  hf_model_id: str,
52
  local_model_id: str,
 
53
  audio: gr.Audio,
54
  ) -> str:
55
  if dropdown_model_id and not hf_model_id and not local_model_id: