gdnartea commited on
Commit
13c0360
·
verified ·
1 Parent(s): b442169

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,6 +26,6 @@ def convert_speech(speech):
26
 
27
  return transcription
28
 
29
- iface = gr.Interface(fn=convert_speech, inputs=gr.inputs.Audio(source="microphone"), outputs="textbox")
30
 
31
  iface.launch()
 
26
 
27
  return transcription
28
 
29
+ iface = gr.Interface(fn=convert_speech, inputs=gr.Audio(source="microphone"), outputs="textbox")
30
 
31
  iface.launch()