Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,6 @@ def analyze_single_message(text, thresholds):
|
|
147 |
abuse_score = min(np.mean(weighted_scores) * 100, 100)
|
148 |
|
149 |
stage = get_risk_stage(threshold_labels, sentiment)
|
150 |
-
stage = get_risk_stage(threshold_labels, sentiment)
|
151 |
|
152 |
print("\n--- Debug Info ---")
|
153 |
print(f"Text: {text}")
|
|
|
147 |
abuse_score = min(np.mean(weighted_scores) * 100, 100)
|
148 |
|
149 |
stage = get_risk_stage(threshold_labels, sentiment)
|
|
|
150 |
|
151 |
print("\n--- Debug Info ---")
|
152 |
print(f"Text: {text}")
|