Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -496,7 +496,7 @@ def analyze_single_message(text, thresholds):
|
|
496 |
for label in threshold_labels
|
497 |
]
|
498 |
|
499 |
-
return abuse_score, threshold_labels, top_patterns, {"label": sentiment}, stage, darvo_score
|
500 |
|
501 |
|
502 |
# Tag must happen after abuse score is finalized
|
|
|
496 |
for label in threshold_labels
|
497 |
]
|
498 |
|
499 |
+
return abuse_score, threshold_labels, top_patterns, {"label": sentiment}, stage, darvo_score
|
500 |
|
501 |
|
502 |
# Tag must happen after abuse score is finalized
|