tomaseo2022 commited on
Commit
6a56da7
1 Parent(s): fcc6874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ gr.Interface(
25
  description="",
26
  fn=speech_to_text,
27
  inputs=[
28
- gr.Audio(type="filepath", label="Upload Audio")
29
  gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
30
  outputs="text").launch()
31
 
 
25
  description="",
26
  fn=speech_to_text,
27
  inputs=[
28
+ gr.Audio(type="filepath", label="Upload Audio"),
29
  gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
30
  outputs="text").launch()
31