till-onethousand commited on
Commit
b4217c9
·
1 Parent(s): a8f5878
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -27,9 +27,6 @@ iface = gr.Interface(
27
  outputs=gr.Image(type="filepath", label="Result"),
28
  title="Ultralytics Gradio Application 🚀",
29
  description="Upload images for inference. The Ultralytics YOLO11n model is used by default.",
30
- examples=[
31
- [ASSETS / "bus.jpg", 0.25, 0.45, "yolo11n.pt"],
32
- [ASSETS / "zidane.jpg", 0.25, 0.45, "yolo11n.pt"],
33
- ],
34
  )
 
35
  iface.launch(share=True)
 
27
  outputs=gr.Image(type="filepath", label="Result"),
28
  title="Ultralytics Gradio Application 🚀",
29
  description="Upload images for inference. The Ultralytics YOLO11n model is used by default.",
 
 
 
 
30
  )
31
+
32
  iface.launch(share=True)