mayora182 commited on
Commit
5e024cf
·
1 Parent(s): 11b35a8

tercer comiit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,6 +19,6 @@ def transcribe(audio):
19
  # Interface Set-Up
20
  gr.Interface(
21
  fn=transcribe,
22
- inputs=[gr.Audio(source="microphone", type="filepath")],
23
  outputs=["textbox"]
24
  ).launch()
 
19
  # Interface Set-Up
20
  gr.Interface(
21
  fn=transcribe,
22
+ inputs=[gr.Audio(sources=["microphone"], type="filepath")],
23
  outputs=["textbox"]
24
  ).launch()