SteveDigital commited on
Commit
9656f88
·
verified ·
1 Parent(s): d7f90e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -20,6 +20,6 @@ gr.Interface(
20
  description="",
21
  fn=speech_to_text,
22
  inputs=[
23
- gr.Audio(source="upload", type="filepath", label="Upload Audio"),
24
  gr.Dropdown(label="Select model size",value="large",choices=["tiny", "base", "small", "medium", "large"])],
25
  outputs="text").launch(debug = True)
 
20
  description="",
21
  fn=speech_to_text,
22
  inputs=[
23
+ gr.Audio(type="filepath", label="Upload Audio"),
24
  gr.Dropdown(label="Select model size",value="large",choices=["tiny", "base", "small", "medium", "large"])],
25
  outputs="text").launch(debug = True)