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