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

temp disable custom theme to see if the layout works better

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