kithangw commited on
Commit
ab3d513
·
verified ·
1 Parent(s): b11db75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
2
  from transformers import pipeline
3
 
4
  # Load the text classification model pipeline
5
- classifier = pipeline("text-classification", model='kithangw/phishing_email_detection')
6
 
7
  # Streamlit application title
8
  st.title("Please enter a suspicious email")
 
2
  from transformers import pipeline
3
 
4
  # Load the text classification model pipeline
5
+ classifier = pipeline("text-classification", model='kithangw/phishing_link_detection')
6
 
7
  # Streamlit application title
8
  st.title("Please enter a suspicious email")