Spaces:
Sleeping
Sleeping
Changed BEval abbr.
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ def setup_how_to():
|
|
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")
|
143 |
expander.image(Image.open('./assets/lykon_corgi.png'))
|
144 |
-
expander.write("4. Navigate to the '\U0001F30E Bias
|
145 |
" to evaluate your model once it has been loaded\n"
|
146 |
"5. Once you have generated some evaluation images, head over to the '\U0001F4C1 Generated Images' tab to have a look at them\n"
|
147 |
"6. To check out your evaluations or all of the TBYB Community evaluations, head over to the '\U0001F4CA Model Comparison' tab\n"
|
@@ -308,7 +308,7 @@ setup_how_to()
|
|
308 |
|
309 |
|
310 |
if user_login_create():
|
311 |
-
tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(["\U0001F527 Setup", "\U0001F30E Bias
|
312 |
"\U0001F4CA Model Comparison", "\U0001F4C1 Generated Images", "\U0001F4F0 Additional Information"])
|
313 |
setup_additional_information_tab(tab6)
|
314 |
|
|
|
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")
|
143 |
expander.image(Image.open('./assets/lykon_corgi.png'))
|
144 |
+
expander.write("4. Navigate to the '\U0001F30E Bias Evaluation (BEval)' or '\U0001F3AF Task-Oriented BEval' tabs "
|
145 |
" to evaluate your model once it has been loaded\n"
|
146 |
"5. Once you have generated some evaluation images, head over to the '\U0001F4C1 Generated Images' tab to have a look at them\n"
|
147 |
"6. To check out your evaluations or all of the TBYB Community evaluations, head over to the '\U0001F4CA Model Comparison' tab\n"
|
|
|
308 |
|
309 |
|
310 |
if user_login_create():
|
311 |
+
tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(["\U0001F527 Setup", "\U0001F30E Bias Evaluation (BEval)", "\U0001F3AF Task-Oriented BEval.",
|
312 |
"\U0001F4CA Model Comparison", "\U0001F4C1 Generated Images", "\U0001F4F0 Additional Information"])
|
313 |
setup_additional_information_tab(tab6)
|
314 |
|