miteshkotak7 commited on
Commit
915446d
·
verified ·
1 Parent(s): 5a85bf7

Added new exercises

Browse files
Files changed (1) hide show
  1. 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)