Spaces:
Sleeping
Sleeping
Commit ·
f8b83a0
1
Parent(s): 243e4be
refactor: model location
Browse files- app.py +1 -1
- yolov9e.pt +3 -0
app.py
CHANGED
|
@@ -5,7 +5,7 @@ import tempfile
|
|
| 5 |
import os
|
| 6 |
|
| 7 |
# Load the YOLO model
|
| 8 |
-
model = YOLO("
|
| 9 |
|
| 10 |
|
| 11 |
def process_image(image_path):
|
|
|
|
| 5 |
import os
|
| 6 |
|
| 7 |
# Load the YOLO model
|
| 8 |
+
model = YOLO("yolov9e.pt")
|
| 9 |
|
| 10 |
|
| 11 |
def process_image(image_path):
|
yolov9e.pt
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0d2270e0c794bdaa059738d32c1781cdec4857b3931d5503e13ae92e8517e7bd
|
| 3 |
+
size 117521038
|