Spaces:
Sleeping
Sleeping
Update tab_manager.py
Browse files- tab_manager.py +1 -1
tab_manager.py
CHANGED
@@ -90,7 +90,7 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
|
|
90 |
st.error('Looks like you have entered non-numeric values! '
|
91 |
'Please enter numeric values in the table above', icon="π¨")
|
92 |
# elif not all([check_for_power_of_two(int(GENValTable["GEN Values"][2])), int(GENValTable["GEN Values"][2]) >= 8]):
|
93 |
-
elif int(GENValTable["GEN Values"][2]) < 8
|
94 |
st.error('Please ensure that your image resolution is 1 number greater than 8. Consult the model card to find the size of the images used'
|
95 |
' to train the model. Incompatible image resolutions may result in noisy output images', icon="π¨")
|
96 |
else:
|
|
|
90 |
st.error('Looks like you have entered non-numeric values! '
|
91 |
'Please enter numeric values in the table above', icon="π¨")
|
92 |
# elif not all([check_for_power_of_two(int(GENValTable["GEN Values"][2])), int(GENValTable["GEN Values"][2]) >= 8]):
|
93 |
+
elif int(GENValTable["GEN Values"][2]) < 8:
|
94 |
st.error('Please ensure that your image resolution is 1 number greater than 8. Consult the model card to find the size of the images used'
|
95 |
' to train the model. Incompatible image resolutions may result in noisy output images', icon="π¨")
|
96 |
else:
|