Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ import numpy as np
|
|
9 |
app = FastAPI()
|
10 |
|
11 |
# Load the YOLOv8 model
|
12 |
-
model = YOLO("
|
13 |
|
14 |
# Open the video file
|
15 |
video_path = "demo.mp4"
|
|
|
9 |
app = FastAPI()
|
10 |
|
11 |
# Load the YOLOv8 model
|
12 |
+
model = YOLO("yolov8l.pt")
|
13 |
|
14 |
# Open the video file
|
15 |
video_path = "demo.mp4"
|