Spaces:
Running
Running
Update app.py
Browse files
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
|
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
|