Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -42,9 +42,9 @@ interface = gr.Interface(
|
|
42 |
title="Yolo11: Object Detection",
|
43 |
description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
|
44 |
examples=[
|
45 |
-
[
|
46 |
-
[
|
47 |
-
[
|
48 |
],
|
49 |
)
|
50 |
interface.launch()
|
|
|
42 |
title="Yolo11: Object Detection",
|
43 |
description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
|
44 |
examples=[
|
45 |
+
["zidane.jpg", "yolo11s.pt", 0.25, 0.45, 300],
|
46 |
+
["bus.jpg", "yolo11m.pt", 0.25, 0.45, 300],
|
47 |
+
["yolo_vision.jpg", "yolo11x.pt", 0.25, 0.45, 300],
|
48 |
],
|
49 |
)
|
50 |
interface.launch()
|