josh-salako commited on
Commit
241b7d6
·
verified ·
1 Parent(s): d3a3713

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def transcribe(audio):
25
 
26
  iface = gr.Interface(
27
  fn=transcribe,
28
- inputs=gr.Audio(source="microphone", type="filepath"),
29
  outputs="text",
30
  live=True,
31
  title="Speech-to-Text Demo",
 
25
 
26
  iface = gr.Interface(
27
  fn=transcribe,
28
+ inputs=gr.Audio(sources="microphone", type="filepath"),
29
  outputs="text",
30
  live=True,
31
  title="Speech-to-Text Demo",