JVice commited on
Commit
dc21558
·
verified ·
1 Parent(s): 41543d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ def setup_page_banner():
30
  st.write('*A Quantitative T2I Bias Evaluation Tool*')
31
  def setup_how_to():
32
  expander = st.expander("How to Use")
33
- expander.write("1. Watch our tutorial video series on [YouTube](https://www.youtube.com/channel/UCk-0xyUyT0MSd_hkp4jQt1Q)\n"
34
  "2. Navigate to the '\U0001F527 Setup' tab and input the ID of the HuggingFace \U0001F917 T2I model you want to evaluate\n")
35
  expander.image(Image.open('./assets/HF_MODEL_ID_EXAMPLE.png'))
36
  expander.write("3. Test your chosen model by generating an image using an input prompt e.g.: 'A corgi with some cool sunglasses'\n")
 
30
  st.write('*A Quantitative T2I Bias Evaluation Tool*')
31
  def setup_how_to():
32
  expander = st.expander("How to Use")
33
+ expander.write("1. Watch our tutorial video series on [YouTube](https://www.youtube.com/channel/UCk-0xyUyT0MSd_hkp4jQt1Q)\n (Note that the tutorial series was developed for V1.0)"
34
  "2. Navigate to the '\U0001F527 Setup' tab and input the ID of the HuggingFace \U0001F917 T2I model you want to evaluate\n")
35
  expander.image(Image.open('./assets/HF_MODEL_ID_EXAMPLE.png'))
36
  expander.write("3. Test your chosen model by generating an image using an input prompt e.g.: 'A corgi with some cool sunglasses'\n")