Spaces:
Sleeping
Sleeping
fixed default values for the evaluation
Browse files- tab_manager.py +4 -4
tab_manager.py
CHANGED
|
@@ -36,8 +36,8 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
|
|
| 36 |
|
| 37 |
generalBiasSetupDF_EVAL = pd.DataFrame(
|
| 38 |
{
|
| 39 |
-
"GEN Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps", "Image Size (N x N)"],
|
| 40 |
-
"GEN Values": ["
|
| 41 |
}
|
| 42 |
)
|
| 43 |
generalBiasSetupDF_TYPE = pd.DataFrame(
|
|
@@ -120,8 +120,8 @@ def general_bias_eval_setup(tab, modelID, imagesTab):
|
|
| 120 |
def task_oriented_bias_eval_setup(tab, modelID, imagesTab):
|
| 121 |
biasSetupDF_EVAL = pd.DataFrame(
|
| 122 |
{
|
| 123 |
-
"TO Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps", "Image Size (N x N)"],
|
| 124 |
-
"TO Values": ["
|
| 125 |
}
|
| 126 |
)
|
| 127 |
with tab:
|
|
|
|
| 36 |
|
| 37 |
generalBiasSetupDF_EVAL = pd.DataFrame(
|
| 38 |
{
|
| 39 |
+
"GEN Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps", "Image Size - must be to the power of 2 (N x N)"],
|
| 40 |
+
"GEN Values": ["2", "30", "128"],
|
| 41 |
}
|
| 42 |
)
|
| 43 |
generalBiasSetupDF_TYPE = pd.DataFrame(
|
|
|
|
| 120 |
def task_oriented_bias_eval_setup(tab, modelID, imagesTab):
|
| 121 |
biasSetupDF_EVAL = pd.DataFrame(
|
| 122 |
{
|
| 123 |
+
"TO Eval. Variable": ["No. Images to Generate per prompt", "No. Inference Steps", "Image Size - must be to the power of 2 (N x N)"],
|
| 124 |
+
"TO Values": ["2", "30", "128"],
|
| 125 |
}
|
| 126 |
)
|
| 127 |
with tab:
|