zamborg commited on
Commit
d20ebab
·
1 Parent(s): 900e9c3

updated footer

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -157,7 +157,9 @@ text-align: center;
157
  }
158
  </style>
159
  <div class="footer">
160
- <p>Developed with by <a style='display: block; text-align: center;' href="https://www.heflin.dev/" target="_blank">Heflin Stephen Raj S</a></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)