Spaces:
Build error
Build error
Commit
·
bbb2b85
1
Parent(s):
89920c4
temp disable custom theme to see if the layout works better
Browse files
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"
|
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()
|