Spaces:
Build error
Build error
iamrobotbear
commited on
Commit
·
4c0fb4c
1
Parent(s):
bbb2b85
ok, try and set the output with css
Browse files
app.py
CHANGED
@@ -128,7 +128,8 @@ iface = gr.Interface(
|
|
128 |
inputs=image_input,
|
129 |
outputs=output,
|
130 |
title="Image Captioning and Image-Text Matching",
|
131 |
-
|
132 |
-
#
|
133 |
)
|
|
|
134 |
iface.launch()
|
|
|
128 |
inputs=image_input,
|
129 |
outputs=output,
|
130 |
title="Image Captioning and Image-Text Matching",
|
131 |
+
theme='freddyaboulton/dracula_revamped',
|
132 |
+
css=".output { flex-direction: column; } .output .outputs { width: 100%; }" # Custom CSS
|
133 |
)
|
134 |
+
|
135 |
iface.launch()
|