resolverkatla commited on
Commit
d761ac0
·
1 Parent(s): 93ae27b
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import gradio as gr
2
  from transformers import pipeline
 
3
 
4
  # Load the spam classifier model
5
  classifier = pipeline("text-classification", model="mrm8488/bert-tiny-finetuned-sms-spam-detection")
 
1
  import gradio as gr
2
  from transformers import pipeline
3
+ import pandas as pd
4
 
5
  # Load the spam classifier model
6
  classifier = pipeline("text-classification", model="mrm8488/bert-tiny-finetuned-sms-spam-detection")