Spaces:
Running
on
Zero
Running
on
Zero
da03
commited on
Commit
·
dfd272f
1
Parent(s):
3f76517
app.py
CHANGED
@@ -117,7 +117,7 @@ def predict_product(num1, num2):
|
|
117 |
predicted_results_nocot = predicted_results_per_model['no']
|
118 |
predicted_results_explicit_cot = predicted_results_per_model['explicit']
|
119 |
|
120 |
-
yield ground_truth_results,
|
121 |
|
122 |
color_map = {"correct": "green", "wrong": "red"}
|
123 |
|
|
|
117 |
predicted_results_nocot = predicted_results_per_model['no']
|
118 |
predicted_results_explicit_cot = predicted_results_per_model['explicit']
|
119 |
|
120 |
+
yield ground_truth_results, predicted_results_implicit_cot, predicted_results_nocot, predicted_results_explicit_cot
|
121 |
|
122 |
color_map = {"correct": "green", "wrong": "red"}
|
123 |
|