hackerbyhobby commited on
Commit
fa8ce78
·
unverified ·
1 Parent(s): 7a051d2

more updates

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="true"
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__":