Update app.py
Browse files
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",
|