miteshkotak7
commited on
Added new exercises
Browse files- handler.py +4 -1
handler.py
CHANGED
@@ -45,7 +45,10 @@ class EndpointHandler:
|
|
45 |
'emotions',
|
46 |
'lean against wall',
|
47 |
'breathing',
|
48 |
-
'crossed arms'
|
|
|
|
|
|
|
49 |
|
50 |
# run normal prediction
|
51 |
preds = self.model.predict(inputs)
|
|
|
45 |
'emotions',
|
46 |
'lean against wall',
|
47 |
'breathing',
|
48 |
+
'crossed arms',
|
49 |
+
'energy traffic light',
|
50 |
+
'boundaries',
|
51 |
+
'Inner strength']
|
52 |
|
53 |
# run normal prediction
|
54 |
preds = self.model.predict(inputs)
|