SteveDigital commited on
Commit
89c3c92
1 Parent(s): d1800c9

Update app.py

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