Spaces:
Running
Running
Update tab_manager.py
Browse files- tab_manager.py +4 -4
tab_manager.py
CHANGED
@@ -82,10 +82,10 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
|
|
82 |
hide_index=True,
|
83 |
num_rows="fixed",
|
84 |
)
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
if not all([GENValTable["GEN Values"][0].isnumeric(), GENValTable["GEN Values"][1].isnumeric(), GENValTable["GEN Values"][2].isnumeric()]):
|
90 |
st.error('Looks like you have entered non-numeric values! '
|
91 |
'Please enter numeric values in the table above', icon="🚨")
|
|
|
82 |
hide_index=True,
|
83 |
num_rows="fixed",
|
84 |
)
|
85 |
+
st.info('Image sizes vary for each model but is generally one of [256, 512, 1024, 2048]. We found that for some models '
|
86 |
+
'lower image resolutions resulted in noise outputs (you are more than welcome to experiment with this). '
|
87 |
+
'Consult the model card if you are unsure what image resolution to use. Rectangular '
|
88 |
+
'image sizes will be supported soon \U0001F601.', icon="ℹ️")
|
89 |
if not all([GENValTable["GEN Values"][0].isnumeric(), GENValTable["GEN Values"][1].isnumeric(), GENValTable["GEN Values"][2].isnumeric()]):
|
90 |
st.error('Looks like you have entered non-numeric values! '
|
91 |
'Please enter numeric values in the table above', icon="🚨")
|