mariamSoub commited on
Commit
4afd940
·
verified ·
1 Parent(s): cc8e999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -425,7 +425,7 @@ def run_light_auto_test():
425
  ALL_Y_PRED = []
426
  ALL_GROUPS = []
427
 
428
- for sample in AUTO_TEST_SAMPLES[:7]:
429
  analyze_response(sample)
430
 
431
  return f"Loaded {len(ALL_Y_TRUE)} samples for fairness evaluation."
 
425
  ALL_Y_PRED = []
426
  ALL_GROUPS = []
427
 
428
+ for sample in AUTO_TEST_SAMPLES[:8]:
429
  analyze_response(sample)
430
 
431
  return f"Loaded {len(ALL_Y_TRUE)} samples for fairness evaluation."