Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ import altair as alt
|
|
6 |
import joblib
|
7 |
import webbrowser
|
8 |
|
9 |
-
pipe_lr = joblib.load(open("
|
10 |
|
11 |
emotions_emoji_dict = {"anger": "๐ ", "disgust": "๐คฎ", "fear": "๐จ๐ฑ", "happy": "๐ค", "joy": "๐", "neutral": "๐", "sad": "๐",
|
12 |
"sadness": "๐", "shame": "๐ณ", "surprise": "๐ฎ"}
|
|
|
6 |
import joblib
|
7 |
import webbrowser
|
8 |
|
9 |
+
pipe_lr = joblib.load(open("scri.pkl", "rb"))
|
10 |
|
11 |
emotions_emoji_dict = {"anger": "๐ ", "disgust": "๐คฎ", "fear": "๐จ๐ฑ", "happy": "๐ค", "joy": "๐", "neutral": "๐", "sad": "๐",
|
12 |
"sadness": "๐", "shame": "๐ณ", "surprise": "๐ฎ"}
|