NimaKL commited on
Commit
2b82561
Β·
1 Parent(s): 18cfe35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from textblob import TextBlob
4
 
5
 
6
 
7
- pipeline = pipeline(model="NimaKL/spamd_model")
8
 
9
  st.set_page_config(layout='wide', initial_sidebar_state='expanded')
10
  st.title("Spamd: Turkish Spam Detector")
 
4
 
5
 
6
 
7
+ pipeline = pipeline(task="text-classification", model="NimaKL/spamd_model")
8
 
9
  st.set_page_config(layout='wide', initial_sidebar_state='expanded')
10
  st.title("Spamd: Turkish Spam Detector")