Spaces:
Build error
Build error
Commit ·
fade36a
1
Parent(s): 3740191
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,5 +34,6 @@ iface = gr.Interface(
|
|
| 34 |
gr.inputs.Audio(source="microphone", type='filepath'),
|
| 35 |
],
|
| 36 |
outputs="text",
|
|
|
|
| 37 |
)
|
| 38 |
iface.launch()
|
|
|
|
| 34 |
gr.inputs.Audio(source="microphone", type='filepath'),
|
| 35 |
],
|
| 36 |
outputs="text",
|
| 37 |
+
layout="horizontal",
|
| 38 |
)
|
| 39 |
iface.launch()
|