VISION23 commited on
Commit
103e653
ยท
verified ยท
1 Parent(s): 59cf0ef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import altair as alt
6
  import joblib
7
  import webbrowser
8
 
9
- pipe_lr = joblib.load(open("D:/BEEBOX/visionott/scri.pkl", "rb"))
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": "๐Ÿ˜ฎ"}