atalaydenknalbant commited on
Commit
2c2e40f
·
verified ·
1 Parent(s): 973824c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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],