RoAr777 commited on
Commit
760995b
·
1 Parent(s): f499916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ from PIL import Image
5
 
6
  # Load the YOLOv8 model
7
  from ultralytics import YOLO
8
- model = YOLO("C:/Users/rater/Downloads/best.pt")
9
 
10
  # Define a function for inference
11
  def detect_objects(input_image):
 
5
 
6
  # Load the YOLOv8 model
7
  from ultralytics import YOLO
8
+ model = YOLO("best.pt")
9
 
10
  # Define a function for inference
11
  def detect_objects(input_image):