hackerbyhobby
commited on
more updates
Browse files
app.py
CHANGED
@@ -224,7 +224,7 @@ This tool classifies messages as SMiShing, Other Scam, or Legitimate using a zer
|
|
224 |
(joeddav/xlm-roberta-large-xnli). It automatically detects if the text is Spanish or English.
|
225 |
It uses SHAP for explainability and checks URLs against Google's Safe Browsing API for enhanced analysis.
|
226 |
""",
|
227 |
-
flagging_mode="
|
228 |
)
|
229 |
|
230 |
if __name__ == "__main__":
|
|
|
224 |
(joeddav/xlm-roberta-large-xnli). It automatically detects if the text is Spanish or English.
|
225 |
It uses SHAP for explainability and checks URLs against Google's Safe Browsing API for enhanced analysis.
|
226 |
""",
|
227 |
+
flagging_mode="auto"
|
228 |
)
|
229 |
|
230 |
if __name__ == "__main__":
|