ShinSeungJ commited on
Commit
c2a39aa
·
verified ·
1 Parent(s): 56157b6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from PIL import Image
7
  import json
8
 
9
  # Load your custom YOLO model
10
- model = YOLO("0829_kh_11_fenh_ft_544.pt")
11
 
12
  def detect_keypoints(image):
13
  """
 
7
  import json
8
 
9
  # Load your custom YOLO model
10
+ model = YOLO("fentanyl_oft.pt")
11
 
12
  def detect_keypoints(image):
13
  """