cipherunhsiv commited on
Commit
6b55b91
·
verified ·
1 Parent(s): 3e712fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ with open('model-r.pkl', 'rb') as f:
8
 
9
  # Define action mapping
10
  action_map = {
11
- 0: "CLASS0ACTION"
12
  1: "Hand at rest",
13
  2: "Hand clenched in a fist",
14
  3: "Wrist flexion",
 
8
 
9
  # Define action mapping
10
  action_map = {
11
+ 0: "CLASS0ACTION",
12
  1: "Hand at rest",
13
  2: "Hand clenched in a fist",
14
  3: "Wrist flexion",