kenbaker-gif commited on
Commit
2411ea6
·
verified ·
1 Parent(s): 1eb64c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
 
5
 
6
  # Load Hugging Face spam classifier
7
- classifier = pipeline("text-classification", model="kenbaker-gif/Email_Spam_Classifier")
8
 
9
  # Prediction function
10
  def predict_spam(text):
 
4
 
5
 
6
  # Load Hugging Face spam classifier
7
+ classifier = pipeline("text-classification", model="kenbaker-gif/African_SMS_Spam_Classifier")
8
 
9
  # Prediction function
10
  def predict_spam(text):