Spaces:
Running
Running
Update confidence_score.py
Browse files- confidence_score.py +1 -1
confidence_score.py
CHANGED
|
@@ -205,7 +205,7 @@ def compute_confidence_score_and_tier(
|
|
| 205 |
# Keep explanations short and readable
|
| 206 |
if len(explanations) > 3:
|
| 207 |
explanations = explanations[:3]
|
| 208 |
-
|
| 209 |
return score, tier, explanations
|
| 210 |
|
| 211 |
|
|
|
|
| 205 |
# Keep explanations short and readable
|
| 206 |
if len(explanations) > 3:
|
| 207 |
explanations = explanations[:3]
|
| 208 |
+
print("done all")
|
| 209 |
return score, tier, explanations
|
| 210 |
|
| 211 |
|