Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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[:
|
| 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."
|