AluaZhantleuova01 commited on
Commit
72bb836
·
1 Parent(s): 8d8b048
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,2 +1,4 @@
1
  import streamlit as st
2
- from transformers import pipeline
 
 
 
1
  import streamlit as st
2
+ from transformers import pipeline
3
+
4
+ classifier = pipeline("text-classification", model="cardiffnlp/twitter-roberta-base-emotion")