Jyothish CHANDRASENAN commited on
Commit
25aeb9e
·
1 Parent(s): fa91e04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ import matplotlib.pyplot as plt
11
  import copy
12
 
13
  # path to the model
14
- MODEL_PATH = "./model_keypoints.onnx"
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