JVice commited on
Commit
3533016
1 Parent(s): b4e49f8

added arxiv link

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -146,7 +146,7 @@ def setup_how_to():
146
  " to evaluate your model once it has been loaded\n"
147
  "6. Once you have generated some evaluation images, head over to the '\U0001F4C1 Generated Images' tab to have a look at them\n"
148
  "7. To check out your evaluations or all of the TBYB Community evaluations, head over to the '\U0001F4CA Model Comparison' tab\n"
149
- "8. For more information about the evaluation process, see our paper at --PAPER HYPERLINK-- or navigate to the "
150
  " '\U0001F4F0 Additional Information' tab for a TL;DR.\n"
151
  "9. For any questions or to report any bugs/issues. Please contact jordan.vice@uwa.edu.au.\n")
152
 
@@ -155,7 +155,7 @@ def setup_additional_information_tab(tab):
155
  st.header("1. Quantifying Bias in Text-to-Image (T2I) Generative Models")
156
  st.markdown(
157
  """
158
- *Based on the article of the same name available here --PAPER HYPERLINK--
159
 
160
  Authors: Jordan Vice, Naveed Akhtar, Richard Hartley and Ajmal Mian
161
 
 
146
  " to evaluate your model once it has been loaded\n"
147
  "6. Once you have generated some evaluation images, head over to the '\U0001F4C1 Generated Images' tab to have a look at them\n"
148
  "7. To check out your evaluations or all of the TBYB Community evaluations, head over to the '\U0001F4CA Model Comparison' tab\n"
149
+ "8. For more information about the evaluation process, see our paper on [ArXiv](https://arxiv.org/abs/2312.13053) or navigate to the "
150
  " '\U0001F4F0 Additional Information' tab for a TL;DR.\n"
151
  "9. For any questions or to report any bugs/issues. Please contact jordan.vice@uwa.edu.au.\n")
152
 
 
155
  st.header("1. Quantifying Bias in Text-to-Image (T2I) Generative Models")
156
  st.markdown(
157
  """
158
+ *Based on the pre-print of the same name available on [ArXiv](https://arxiv.org/abs/2312.13053).
159
 
160
  Authors: Jordan Vice, Naveed Akhtar, Richard Hartley and Ajmal Mian
161