JVice commited on
Commit
f6a6455
1 Parent(s): 6cb2cef

Update tab_manager.py

Browse files
Files changed (1) hide show
  1. tab_manager.py +2 -2
tab_manager.py CHANGED
@@ -37,7 +37,7 @@ 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", "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(
@@ -121,7 +121,7 @@ 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:
 
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", "50", "128"],
41
  }
42
  )
43
  generalBiasSetupDF_TYPE = pd.DataFrame(
 
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", "50", "128"],
125
  }
126
  )
127
  with tab: