Commit
·
2c6eb42
1
Parent(s):
92fe08b
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
|
|
4 |
# Title and Subtitle
|
5 |
st.title('Sentiment Analysis App')
|
6 |
|
7 |
-
pipe=pipeline(model="")
|
8 |
text=st.text_area('Enter your text')
|
9 |
|
10 |
if text:
|
|
|
4 |
# Title and Subtitle
|
5 |
st.title('Sentiment Analysis App')
|
6 |
|
7 |
+
pipe=pipeline(model="dancingninjas/sentiment-model")
|
8 |
text=st.text_area('Enter your text')
|
9 |
|
10 |
if text:
|