iamrobotbear commited on
Commit
89920c4
·
1 Parent(s): ee4f4a6

stack the layout, for real now

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -128,7 +128,7 @@ iface = gr.Interface(
128
  inputs=image_input,
129
  outputs=output,
130
  title="Image Captioning and Image-Text Matching",
131
- layout="vertical" # Set layout to "vertical"
132
  theme='freddyaboulton/dracula_revamped'
133
  )
134
  iface.launch()
 
128
  inputs=image_input,
129
  outputs=output,
130
  title="Image Captioning and Image-Text Matching",
131
+ layout="vertical", # Set layout to "vertical"
132
  theme='freddyaboulton/dracula_revamped'
133
  )
134
  iface.launch()