omarelsayeed commited on
Commit
45440e8
1 Parent(s): 190bae6

Update app.py

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