Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ LABELS = [
|
|
18 |
"guilt_tripping", "apology_baiting", "blame_shifting", "projection",
|
19 |
"contradictory_statements", "manipulation", "deflection", "insults",
|
20 |
"obscure_formal", "recovery_phase", "suicidal_threat", "physical_threat",
|
21 |
-
"extreme_control"
|
22 |
]
|
23 |
|
24 |
# Custom thresholds for each label (make sure these match your original settings)
|
|
|
18 |
"guilt_tripping", "apology_baiting", "blame_shifting", "projection",
|
19 |
"contradictory_statements", "manipulation", "deflection", "insults",
|
20 |
"obscure_formal", "recovery_phase", "suicidal_threat", "physical_threat",
|
21 |
+
"extreme_control", "non_abusive"
|
22 |
]
|
23 |
|
24 |
# Custom thresholds for each label (make sure these match your original settings)
|