Spaces:
Build error
Build error
removed sidebar
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ st.sidebar.markdown(
|
|
46 |
Share your results on twitter with #redcaps or with a friend*.
|
47 |
"""
|
48 |
)
|
49 |
-
st.
|
50 |
|
51 |
with st.spinner("Loading Model"):
|
52 |
virtexModel, imageLoader, sample_images, valid_subs = create_objects()
|
|
|
46 |
Share your results on twitter with #redcaps or with a friend*.
|
47 |
"""
|
48 |
)
|
49 |
+
st.markdown(footer,unsafe_allow_html=True)
|
50 |
|
51 |
with st.spinner("Loading Model"):
|
52 |
virtexModel, imageLoader, sample_images, valid_subs = create_objects()
|