zamborg commited on
Commit
95ad869
·
1 Parent(s): cae1bb2
Files changed (2) hide show
  1. app.py +7 -11
  2. todo.md +7 -0
app.py CHANGED
@@ -157,20 +157,16 @@ text-align: center;
157
  }
158
  </style>
159
  <div class="footer">
160
- <p>
161
- </p>
162
- <p>
163
- </p>
164
- <p>
165
- </p>
166
- <p>
167
- </p>
168
- <p>
169
- </p>
170
  <p>
171
  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.
172
  This demo accompanies our paper RedCaps
173
- Created by [Karan Desai](mailto:kdexd@umich.edu), [Gaurav Kaul](mailto:kaulg@umich.edu), [Zubin Aysola](mailto:aysola@umich.edu), [Justin Johnson](justincj@umich.edu)
174
  </p>
175
  </div>
176
  """
 
157
  }
158
  </style>
159
  <div class="footer">
160
+ <br></br>
161
+ <br></br>
162
+ <br></br>
163
+ <br></br>
164
+ <br></br>
165
+ <br></br>
 
 
 
 
166
  <p>
167
  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.
168
  This demo accompanies our paper RedCaps
169
+ Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson
170
  </p>
171
  </div>
172
  """
todo.md CHANGED
@@ -3,3 +3,10 @@ TODO:
3
  - Allow other image types
4
  - Allow the model to iteratively sample text
5
  - Add nucleus size and other advanced options
 
 
 
 
 
 
 
 
3
  - Allow other image types
4
  - Allow the model to iteratively sample text
5
  - Add nucleus size and other advanced options
6
+
7
+
8
+ <p>
9
+ 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.
10
+ This demo accompanies our paper RedCaps
11
+ Created by [Karan Desai](mailto:kdexd@umich.edu), [Gaurav Kaul](mailto:kaulg@umich.edu), [Zubin Aysola](mailto:aysola@umich.edu), [Justin Johnson](justincj@umich.edu)
12
+ </p>