myleslinder commited on
Commit
3110f4b
·
verified ·
1 Parent(s): 8a5e522

Update tess.py

Browse files
Files changed (1) hide show
  1. tess.py +2 -3
tess.py CHANGED
@@ -54,13 +54,12 @@ _DATA_URL = f"data/{_ROOT_DIR}.zip"
54
 
55
  _CLASS_NAMES = [
56
  "neutral",
57
- "calm",
58
  "happy",
59
  "sad",
60
  "angry",
61
- "fearful",
62
  "disgust",
63
- "surprised",
64
  ]
65
 
66
 
 
54
 
55
  _CLASS_NAMES = [
56
  "neutral",
 
57
  "happy",
58
  "sad",
59
  "angry",
60
+ "fear",
61
  "disgust",
62
+ "ps",
63
  ]
64
 
65