Spaces:
Runtime error
Runtime error
Jyothish CHANDRASENAN
commited on
Commit
·
c5b4d8a
1
Parent(s):
13e71a6
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_v3.onnx"
|
15 |
IMG_SIZE = (224, 224)
|
16 |
|
17 |
|