zamborg commited on
Commit
b2998a9
·
1 Parent(s): 95ad869

made bottom markdown

Browse files
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -43,7 +43,7 @@ st.sidebar.markdown(
43
  You can also generate captions as if they are from specific subreddits,
44
  as if they start with a particular prompt, or even both.
45
 
46
- Share your results on twitter with #redcaps or with a friend.
47
  """
48
  )
49
 
@@ -164,10 +164,12 @@ text-align: center;
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
  """
173
- st.markdown(footer,unsafe_allow_html=True)
 
43
  You can also generate captions as if they are from specific subreddits,
44
  as if they start with a particular prompt, or even both.
45
 
46
+ Share your results on twitter with #redcaps or with a friend*.
47
  """
48
  )
49
 
 
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
+
169
+ This demo accompanies our paper RedCaps.
170
+
171
  Created by Karan Desai, Gaurav Kaul, Zubin Aysola, Justin Johnson
172
  </p>
173
  </div>
174
  """
175
+ st.sidebar.markdown(footer,unsafe_allow_html=True)