Spaces:
Runtime error
Runtime error
Jeffrey Rathgeber Jr
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import tensorflow as tf
|
|
3 |
from transformers import pipeline
|
4 |
from textblob import TextBlob
|
5 |
import vaderSentiment
|
6 |
-
|
7 |
|
8 |
classifier = pipeline(task="sentiment-analysis")
|
9 |
|
|
|
3 |
from transformers import pipeline
|
4 |
from textblob import TextBlob
|
5 |
import vaderSentiment
|
6 |
+
import SentimentIntensityAnalyzer
|
7 |
|
8 |
classifier = pipeline(task="sentiment-analysis")
|
9 |
|