Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -7,7 +7,7 @@ from wordcloud import WordCloud
|
|
7 |
from transformers import pipeline
|
8 |
|
9 |
# Load the pre-trained sentiment analysis model
|
10 |
-
sentiment_model = pipeline("sentiment-analysis", model="distilbert-base-uncased-finetuned-sst-2-english"
|
11 |
|
12 |
# Define the Streamlit app's user interface
|
13 |
# Set page title and favicon
|
|
|
7 |
from transformers import pipeline
|
8 |
|
9 |
# Load the pre-trained sentiment analysis model
|
10 |
+
sentiment_model = pipeline("sentiment-analysis", model="distilbert-base-uncased-finetuned-sst-2-english")
|
11 |
|
12 |
# Define the Streamlit app's user interface
|
13 |
# Set page title and favicon
|