pyresearch commited on
Commit
d27251e
·
verified ·
1 Parent(s): bdf98af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ import numpy as np
9
  app = FastAPI()
10
 
11
  # Load the YOLOv8 model
12
- model = YOLO("yolov8n.pt")
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"