Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ interface = gr.Interface(
|
|
40 |
],
|
41 |
outputs=gr.Image(type="pil", label="Annotated Image"),
|
42 |
cache_examples=True,
|
43 |
-
title="Yolo11: Object Detection",
|
44 |
description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
|
45 |
examples=[
|
46 |
["zidane.jpg", "yolo11s.pt", 0.25, 0.45, 300],
|
|
|
40 |
],
|
41 |
outputs=gr.Image(type="pil", label="Annotated Image"),
|
42 |
cache_examples=True,
|
43 |
+
title="Yolo11: Object Detection, Instance Segmentation, Pose/Keypoints, Oriented Detection, Classification",
|
44 |
description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
|
45 |
examples=[
|
46 |
["zidane.jpg", "yolo11s.pt", 0.25, 0.45, 300],
|