Spaces:
Sleeping
Sleeping
nakamura196
commited on
Commit
•
869b645
1
Parent(s):
5422773
misc: use hf
Browse files
app.py
CHANGED
@@ -17,7 +17,8 @@ image_path= [
|
|
17 |
]
|
18 |
|
19 |
# Load YOLO model
|
20 |
-
model = YOLO('model_- 19 may 2024 15_13.pt')
|
|
|
21 |
|
22 |
def yolov8_img_inference(
|
23 |
image: gr.Image = None,
|
|
|
17 |
]
|
18 |
|
19 |
# Load YOLO model
|
20 |
+
# model = YOLO('model_- 19 may 2024 15_13.pt')
|
21 |
+
model = YOLO('nakamura196/yolov8-ndl-layout')
|
22 |
|
23 |
def yolov8_img_inference(
|
24 |
image: gr.Image = None,
|