justest commited on
Commit
2d2e1ff
·
1 Parent(s): 3a055bc
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -36,7 +36,7 @@ def speech_recognize(file):
36
 
37
  iface = gr.Interface(
38
  fn=speech_recognize,
39
- inputs=gr.inputs.Audio(source="microphone", type='filepath'),
40
  outputs="text",
41
  )
42
  iface.launch()
 
36
 
37
  iface = gr.Interface(
38
  fn=speech_recognize,
39
+ inputs=gr.Audio(source="microphone", type='filepath'),
40
  outputs="text",
41
  )
42
  iface.launch()