Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ from PIL import Image
|
|
| 7 |
import json
|
| 8 |
|
| 9 |
# Load your custom YOLO model
|
| 10 |
-
model = YOLO("
|
| 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 |
"""
|