lostUchiha commited on
Commit
d6509fb
1 Parent(s): 62d13f2
Files changed (2) hide show
  1. app.py +2 -3
  2. requirements.txt +0 -0
app.py CHANGED
@@ -43,8 +43,8 @@ def process_input(text):
43
  # Define the Gradio interface
44
  title = "Spam Detector⚠️"
45
  examples = [
46
- "Dear Customer, Your account has been compromised. Click the link below to verify your account details immediately or risk suspension. **(Example 1)**",
47
- "You've been selected as the lucky winner of our international sweepstakes! To claim your prize, reply with your full name, address, and bank details. <font color='blue' style='background-color: lightgray;'>(Example 2)</font>",
48
  "Congratulations! You've won a free iPhone X. Click the link to claim your prize.",
49
  "URGENT: Your bank account has been compromised. Click here to reset your password.",
50
  "Get rich quick! Invest in our exclusive program and earn thousands overnight.",
@@ -67,7 +67,6 @@ examples = [
67
  "Exciting announcement: Our new store location is now open. Visit us and receive a special discount.",
68
  "Welcome to our online community! Here's how to get started and connect with others.",
69
  "Your request has been received and is being processed. We'll update you with the status soon.",
70
- "Upcoming event: Join us for a free cooking class this Saturday. Learn new recipes and techniques.",
71
  "Reminder: Don't forget to vote in the upcoming election. Your voice matters.",
72
  "Join our book club and dive into a world of fascinating stories. Here's how to join.",
73
  ]
 
43
  # Define the Gradio interface
44
  title = "Spam Detector⚠️"
45
  examples = [
46
+ "Dear Customer, Your account has been compromised. Click the link below to verify your account details immediately or risk suspension.",
47
+ "You've been selected as the lucky winner of our international sweepstakes! To claim your prize, reply with your full name, address, and bank details.",
48
  "Congratulations! You've won a free iPhone X. Click the link to claim your prize.",
49
  "URGENT: Your bank account has been compromised. Click here to reset your password.",
50
  "Get rich quick! Invest in our exclusive program and earn thousands overnight.",
 
67
  "Exciting announcement: Our new store location is now open. Visit us and receive a special discount.",
68
  "Welcome to our online community! Here's how to get started and connect with others.",
69
  "Your request has been received and is being processed. We'll update you with the status soon.",
 
70
  "Reminder: Don't forget to vote in the upcoming election. Your voice matters.",
71
  "Join our book club and dive into a world of fascinating stories. Here's how to join.",
72
  ]
requirements.txt CHANGED
Binary files a/requirements.txt and b/requirements.txt differ