atalaydenknalbant commited on
Commit
3359693
·
verified ·
1 Parent(s): aafcd69

Update app.py

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