Spaces:
Build error
Build error
updated footer?
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ text-decoration: underline;
|
|
147 |
}
|
148 |
|
149 |
.footer {
|
150 |
-
position: fixed;
|
151 |
left: 0;
|
152 |
bottom: 0;
|
153 |
width: 100%;
|
@@ -157,9 +157,11 @@ text-align: center;
|
|
157 |
}
|
158 |
</style>
|
159 |
<div class="footer">
|
160 |
-
<p>
|
161 |
-
|
162 |
-
|
|
|
|
|
163 |
</div>
|
164 |
"""
|
165 |
st.markdown(footer,unsafe_allow_html=True)
|
|
|
147 |
}
|
148 |
|
149 |
.footer {
|
150 |
+
# position: fixed;
|
151 |
left: 0;
|
152 |
bottom: 0;
|
153 |
width: 100%;
|
|
|
157 |
}
|
158 |
</style>
|
159 |
<div class="footer">
|
160 |
+
<p>
|
161 |
+
Please note that this model was explicitly not trained on images of people, and as a result is not designed to caption images with humans.
|
162 |
+
This demo accompanies our paper RedCaps | Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson
|
163 |
+
<a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> NAME </a>
|
164 |
+
</p>
|
165 |
</div>
|
166 |
"""
|
167 |
st.markdown(footer,unsafe_allow_html=True)
|