BenDaouda commited on
Commit
7abd97b
·
1 Parent(s): ab3f856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ def query(filename):
11
  return response.json()
12
 
13
 
14
- iface = gr.Interface(fn=query,inputs=gr.Audio(source="microphone", type="filepath"),output="text")
15
 
16
  iface.launch()
 
11
  return response.json()
12
 
13
 
14
+ iface = gr.Interface(fn=query,inputs=gr.Audio(source="microphone", type="filepath"),outputs="text")
15
 
16
  iface.launch()