SuperViktor2 commited on
Commit
d529c4e
1 Parent(s): 763c211

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -10,7 +10,8 @@ os.environ["WANDB_DISABLED"] = "true"
10
  label2id = {
11
  0: "negative",
12
  1: "neutral",
13
- 2: "positive"
 
14
  }
15
 
16
  model_file_name = "svc_model.pkl"
 
10
  label2id = {
11
  0: "negative",
12
  1: "neutral",
13
+ 2: "positive",
14
+ 3: "mixed"
15
  }
16
 
17
  model_file_name = "svc_model.pkl"