zliang commited on
Commit
d68dd7a
·
verified ·
1 Parent(s): d55cbe5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ from ultralytics import YOLO
7
  # Load the trained model
8
 
9
 
10
- model = YOLO("best.pt")
11
 
12
 
13
 
 
7
  # Load the trained model
8
 
9
 
10
+ model = YOLO("best.engine")
11
 
12
 
13