Spaces:
Build error
Build error
column size?
Browse files
app.py
CHANGED
@@ -32,7 +32,7 @@ def gen_show_caption(sub_prompt=None, cap_prompt = ""):
|
|
32 |
""",
|
33 |
unsafe_allow_html=True)
|
34 |
|
35 |
-
_, center, _ = st.columns(
|
36 |
|
37 |
with center:
|
38 |
st.title("Image Captioning Demo from RedCaps")
|
|
|
32 |
""",
|
33 |
unsafe_allow_html=True)
|
34 |
|
35 |
+
_, center, _ = st.columns([1,8,1])
|
36 |
|
37 |
with center:
|
38 |
st.title("Image Captioning Demo from RedCaps")
|