Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -37,9 +37,9 @@ THRESHOLDS = {
|
|
37 |
"insults": 0.34,
|
38 |
"obscure_formal": 0.25,
|
39 |
"recovery_phase": 0.25,
|
40 |
-
"non_abusive": 0.
|
41 |
"suicidal_threat": 0.45,
|
42 |
-
"physical_threat": 0.
|
43 |
"extreme_control": 0.36
|
44 |
|
45 |
}
|
|
|
37 |
"insults": 0.34,
|
38 |
"obscure_formal": 0.25,
|
39 |
"recovery_phase": 0.25,
|
40 |
+
"non_abusive": 0.70,
|
41 |
"suicidal_threat": 0.45,
|
42 |
+
"physical_threat": 0.20,
|
43 |
"extreme_control": 0.36
|
44 |
|
45 |
}
|