Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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"),
|
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()
|