Spaces:
Sleeping
Sleeping
siddhantuniyal
commited on
Commit
•
0778905
1
Parent(s):
bce414a
Update app.py
Browse files
app.py
CHANGED
@@ -2,6 +2,7 @@ from transformers import pipeline
|
|
2 |
import gradio as gr
|
3 |
from nltk.sentiment.vader import SentimentIntensityAnalyzer
|
4 |
import nltk
|
|
|
5 |
nltk.download('vader_lexicon')
|
6 |
from deep_translator import (GoogleTranslator)
|
7 |
from langdetect import detect
|
|
|
2 |
import gradio as gr
|
3 |
from nltk.sentiment.vader import SentimentIntensityAnalyzer
|
4 |
import nltk
|
5 |
+
import numpy as np
|
6 |
nltk.download('vader_lexicon')
|
7 |
from deep_translator import (GoogleTranslator)
|
8 |
from langdetect import detect
|