luisarizmendi
commited on
Commit
•
826993c
1
Parent(s):
3e32a47
Update README.md
Browse files
README.md
CHANGED
@@ -10,8 +10,11 @@ datasets:
|
|
10 |
base_model:
|
11 |
- Ultralytics/YOLO11
|
12 |
widget:
|
13 |
-
- src:
|
|
|
14 |
example_title: Football Match
|
15 |
-
- src:
|
|
|
16 |
example_title: Airport
|
|
|
17 |
---
|
|
|
10 |
base_model:
|
11 |
- Ultralytics/YOLO11
|
12 |
widget:
|
13 |
+
- src: >-
|
14 |
+
https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
|
15 |
example_title: Football Match
|
16 |
+
- src: >-
|
17 |
+
https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
|
18 |
example_title: Airport
|
19 |
+
pipeline_tag: object-detection
|
20 |
---
|