Skip to content

Commit 4750ac4

Browse files
authored
Update app.py
1 parent 3311979 commit 4750ac4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
from ultralytics import YOLO
55

66
# Load YOLO model
7-
model = YOLO('yolov8n.pt')
7+
model = YOLO('model.pt')
88

99
# Initialize webcam
1010
webcam = cv2.VideoCapture(0)

0 commit comments

Comments
 (0)