Spaces:
Sleeping
Sleeping
gpbhupinder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import PIL.Image as Image
|
|
3 |
|
4 |
from ultralytics import ASSETS, YOLO
|
5 |
|
6 |
-
model = YOLO("
|
7 |
|
8 |
|
9 |
def predict_image(img, conf_threshold, iou_threshold):
|
|
|
3 |
|
4 |
from ultralytics import ASSETS, YOLO
|
5 |
|
6 |
+
model = YOLO("https://huggingface.co/spaces/gpbhupinder/test/blob/main/model_-%2023%20june%202024%2019_22.pt")
|
7 |
|
8 |
|
9 |
def predict_image(img, conf_threshold, iou_threshold):
|