Spaces:
Sleeping
Sleeping
Update evaluate.py
Browse files- evaluate.py +2 -1
evaluate.py
CHANGED
|
@@ -399,6 +399,7 @@ def run_comprehensive_evaluation(
|
|
| 399 |
except Exception as e:
|
| 400 |
print(f"WARNING: Could not build confusion matrix: {e}")
|
| 401 |
|
| 402 |
-
return summary_text, table_rows, headers
|
|
|
|
| 403 |
|
| 404 |
## END
|
|
|
|
| 399 |
except Exception as e:
|
| 400 |
print(f"WARNING: Could not build confusion matrix: {e}")
|
| 401 |
|
| 402 |
+
# return summary_text, table_rows, headers
|
| 403 |
+
return summary_text, table_rows
|
| 404 |
|
| 405 |
## END
|