Spaces:
Sleeping
Sleeping
hy
commited on
Commit
Β·
474acae
1
Parent(s):
8d88b9e
round 4
Browse files- aggro_model.py +1 -1
aggro_model.py
CHANGED
|
@@ -206,7 +206,7 @@ def get_aggro_score(title: str) -> dict:
|
|
| 206 |
recommendation = "ννμ μ‘°κΈ λ λ€λ¬λ κ²μ κΆμ₯ν©λλ€."
|
| 207 |
|
| 208 |
return {
|
| 209 |
-
"score": round(normalized_score,
|
| 210 |
"reason": reason,
|
| 211 |
"recommendation": recommendation
|
| 212 |
}
|
|
|
|
| 206 |
recommendation = "ννμ μ‘°κΈ λ λ€λ¬λ κ²μ κΆμ₯ν©λλ€."
|
| 207 |
|
| 208 |
return {
|
| 209 |
+
"score": round(normalized_score, 4),
|
| 210 |
"reason": reason,
|
| 211 |
"recommendation": recommendation
|
| 212 |
}
|