Spaces:
Build error
Build error
updated footer
Browse files
app.py
CHANGED
@@ -157,7 +157,9 @@ text-align: center;
|
|
157 |
}
|
158 |
</style>
|
159 |
<div class="footer">
|
160 |
-
<p>
|
|
|
|
|
161 |
</div>
|
162 |
"""
|
163 |
st.markdown(footer,unsafe_allow_html=True)
|
|
|
157 |
}
|
158 |
</style>
|
159 |
<div class="footer">
|
160 |
+
<p>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.</p>
|
161 |
+
<p> This demo accompanies our paper RedCaps | Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson</p>
|
162 |
+
<p> <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> NAME </a></p>
|
163 |
</div>
|
164 |
"""
|
165 |
st.markdown(footer,unsafe_allow_html=True)
|