aditii09 commited on
Commit
2c3919b
1 Parent(s): 4db0c91

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,6 +27,6 @@ def speech2text(audio):
27
 
28
  return transcription[0].lower() # batch size 1
29
 
30
- iface = gr.Interface(speech2text, "upload", "text")
31
 
32
  iface.launch()
 
27
 
28
  return transcription[0].lower() # batch size 1
29
 
30
+ iface = gr.Interface(speech2text, "microphone", "text")
31
 
32
  iface.launch()