zamborg commited on
Commit
a990971
·
1 Parent(s): 3ddfc68

footer push

Browse files
Files changed (1) hide show
  1. app.py +8 -3
app.py CHANGED
@@ -158,10 +158,15 @@ text-align: center;
158
  </style>
159
  <div class="footer">
160
  <p>
161
- \n\n\n\n\n
 
 
 
 
162
  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.
163
- This demo accompanies our paper RedCaps | Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson
164
- <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> NAME </a>
 
165
  </p>
166
  </div>
167
  """
 
158
  </style>
159
  <div class="footer">
160
  <p>
161
+ \n
162
+ \n
163
+ \n
164
+ \n
165
+ \n
166
  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.
167
+ This demo accompanies our paper RedCaps
168
+ Created by <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> Karan Desai </a>, <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> Gaurav Kaul </a>, <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> Zubin Aysola </a>, <a style='display: block; text-align: center;' href="mailto:[email protected]" target="_blank"> Justin Johnson </a>
169
+
170
  </p>
171
  </div>
172
  """