JVice commited on
Commit
6cb2cef
1 Parent(s): 4077916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ def setup_page_banner():
136
  st.write('*A Quantitative T2I Bias Evaluation Tool*')
137
  def setup_how_to():
138
  expander = st.expander("How to Use")
139
- expander.write("1. Login to your TBYB Account using the bar on the right\n"
140
  "2. Navigate to the '\U0001F527 Setup' tab and input the ID of the HuggingFace \U0001F917 T2I model you want to evaluate\n")
141
  expander.image(Image.open('./assets/HF_MODEL_ID_EXAMPLE.png'))
142
  expander.write("3. Test your chosen model by generating an image using an input prompt e.g.: 'A corgi with some cool sunglasses'\n")
 
136
  st.write('*A Quantitative T2I Bias Evaluation Tool*')
137
  def setup_how_to():
138
  expander = st.expander("How to Use")
139
+ expander.write("1. Login to your TBYB Account using the bar on the left\n"
140
  "2. Navigate to the '\U0001F527 Setup' tab and input the ID of the HuggingFace \U0001F917 T2I model you want to evaluate\n")
141
  expander.image(Image.open('./assets/HF_MODEL_ID_EXAMPLE.png'))
142
  expander.write("3. Test your chosen model by generating an image using an input prompt e.g.: 'A corgi with some cool sunglasses'\n")