BassWow commited on
Commit
129bfd6
1 Parent(s): c0999b1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ gr.Interface(
14
  fn=speech_to_text,
15
  inputs=[
16
 
17
- gr.Audio(interactive=True,label="Record your voice on your mic",source="microphone", type="filepath"),
18
  gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
19
 
20
  outputs="text").launch()
 
14
  fn=speech_to_text,
15
  inputs=[
16
 
17
+ gr.Audio(label="Record your voice on your mic",source="microphone", type="filepath"),
18
  gr.Dropdown(label="Select model size",value="base",choices=["tiny", "base", "small", "medium", "large"])],
19
 
20
  outputs="text").launch()