Spaces:
Runtime error
Runtime error
Commit
·
a3fa1e8
1
Parent(s):
11810fb
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ import torch
|
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
file_urls = [
|
9 |
-
|
10 |
-
|
11 |
|
12 |
|
13 |
]
|
|
|
6 |
from ultralytics import YOLO
|
7 |
|
8 |
file_urls = [
|
9 |
+
'https://huggingface.co/spaces/foduucom/object_detection/tree/main/samples/1.jpeg',
|
10 |
+
'https://huggingface.co/spaces/foduucom/object_detection/tree/main/samples/2.JPG',
|
11 |
|
12 |
|
13 |
]
|