omarelsayeed commited on
Commit
63b70c6
1 Parent(s): 2fb87f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -35,8 +35,9 @@ iface = gr.Interface(
35
  title="Ultralytics Gradio",
36
  description="Upload images for inference. The Ultralytics YOLO11n model is used by default.",
37
  examples=[
38
- [ASSETS / "bus.jpg", 0.25, 0.45],
39
- [ASSETS / "zidane.jpg", 0.25, 0.45],
 
40
  ],
41
  )
42
 
 
35
  title="Ultralytics Gradio",
36
  description="Upload images for inference. The Ultralytics YOLO11n model is used by default.",
37
  examples=[
38
+ ["kashida.png", 0.25, 0.45],
39
+ ["image.jpg", 0.25, 0.45],
40
+ ["Screenshot 2024-11-06 130230.png" , 0.25 , 0.45]
41
  ],
42
  )
43