omarelsayeed
commited on
Commit
•
63b70c6
1
Parent(s):
2fb87f9
Update app.py
Browse files
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 |
-
[
|
39 |
-
[
|
|
|
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 |
|