rodrigomasini commited on
Commit
afa3788
·
verified ·
1 Parent(s): 00c9a43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ def transcribe(audio):
9
 
10
  gr.Interface(
11
  fn=transcribe,
12
- inputs=[gr.Audio(source="microphone", type="filepath")],
13
  outputs=["textbox"]
14
  ).launch()
 
9
 
10
  gr.Interface(
11
  fn=transcribe,
12
+ inputs=[gr.Audio(sources="microphone", type="filepath")],
13
  outputs=["textbox"]
14
  ).launch()