Jingni commited on
Commit
63d02c9
1 Parent(s): c571005

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ from transformers import pipeline
3
 
4
  st.title("Predict Emotion of Social Media Post")
5
 
6
- pipeline = pipeline("sentiment-analysis", "Jingni/transient_data" )
7
 
8
  text = st.write("Enter a social media post here:")
9
 
 
3
 
4
  st.title("Predict Emotion of Social Media Post")
5
 
6
+ pipeline = pipeline("sentiment-analysis")
7
 
8
  text = st.write("Enter a social media post here:")
9