Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
25aeb9e
1
Parent(s):
fa91e04
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ import matplotlib.pyplot as plt
|
|
11 |
import copy
|
12 |
|
13 |
# path to the model
|
14 |
-
MODEL_PATH = "./
|
15 |
IMG_SIZE = (224, 224)
|
16 |
|
17 |
|
|
|
11 |
import copy
|
12 |
|
13 |
# path to the model
|
14 |
+
MODEL_PATH = "./model_keypoints_v2.onnx"
|
15 |
IMG_SIZE = (224, 224)
|
16 |
|
17 |
|