TheKnight115 commited on
Commit
e1fa062
·
verified ·
1 Parent(s): e5557b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import numpy as np
4
  from ultralytics import YOLO
5
 
6
  # Load the YOLO model
7
- model = YOLO("TheKnight115/yolov8_Medium.pt")
8
 
9
  def run_yolo(image):
10
  # Run the model on the image and get results
 
4
  from ultralytics import YOLO
5
 
6
  # Load the YOLO model
7
+ model = YOLO("TheKnight115/yolov8_Medium")
8
 
9
  def run_yolo(image):
10
  # Run the model on the image and get results