Uvini commited on
Commit
098e9ed
·
1 Parent(s): ed1a258

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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