Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -2,10 +2,10 @@ import gradio as gr
|
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
|
5 |
-
pip install langdetect
|
6 |
from langdetect import detect
|
7 |
|
8 |
-
pip install vaderSentiment
|
9 |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
10 |
|
11 |
from sklearn.model_selection import train_test_split
|
|
|
2 |
import pandas as pd
|
3 |
import numpy as np
|
4 |
|
5 |
+
#pip install langdetect
|
6 |
from langdetect import detect
|
7 |
|
8 |
+
#pip install vaderSentiment
|
9 |
from vaderSentiment.vaderSentiment import SentimentIntensityAnalyzer
|
10 |
|
11 |
from sklearn.model_selection import train_test_split
|