Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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"
|