patrickvonplaten commited on
Commit
fade36a
1 Parent(s): 3740191

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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()