Spaces:
Running
Running
Swapped width and height entry rows
Browse files- tab_manager.py +4 -4
tab_manager.py
CHANGED
@@ -37,8 +37,8 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
|
|
37 |
generalBiasSetupDF_EVAL = pd.DataFrame(
|
38 |
{
|
39 |
"GEN Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
|
40 |
-
"Image
|
41 |
-
"Image
|
42 |
"GEN Values": ["2", "50", "512", "512"],
|
43 |
}
|
44 |
)
|
@@ -128,8 +128,8 @@ def task_oriented_bias_eval_setup(tab, modelID, imagesTab):
|
|
128 |
biasSetupDF_EVAL = pd.DataFrame(
|
129 |
{
|
130 |
"TO Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
|
131 |
-
"Image
|
132 |
-
"Image
|
133 |
"TO Values": ["2", "50", "512", "512"],
|
134 |
}
|
135 |
)
|
|
|
37 |
generalBiasSetupDF_EVAL = pd.DataFrame(
|
38 |
{
|
39 |
"GEN Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
|
40 |
+
"Image Width - must be a value that is 2 to the power of N",
|
41 |
+
"Image Height - must be a value that is 2 to the power of N"],
|
42 |
"GEN Values": ["2", "50", "512", "512"],
|
43 |
}
|
44 |
)
|
|
|
128 |
biasSetupDF_EVAL = pd.DataFrame(
|
129 |
{
|
130 |
"TO Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps",
|
131 |
+
"Image Width - must be a value that is 2 to the power of N",
|
132 |
+
"Image Height - must be a value that is 2 to the power of N"],
|
133 |
"TO Values": ["2", "50", "512", "512"],
|
134 |
}
|
135 |
)
|