Spaces:
Running
Running
RizwanMunawar
commited on
Commit
β’
9ad2189
1
Parent(s):
b1bfa90
update
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ iface = gr.Interface(
|
|
31 |
gr.Image(type="pil", label="Upload Image"),
|
32 |
gr.Slider(minimum=0, maximum=1, value=0.25, label="Confidence threshold"),
|
33 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
34 |
-
gr.Radio(choices=["yolo11n", "yolo11s", "
|
35 |
],
|
36 |
outputs=gr.Image(type="pil", label="Result"),
|
37 |
title="Ultralytics Gradio Application π",
|
|
|
31 |
gr.Image(type="pil", label="Upload Image"),
|
32 |
gr.Slider(minimum=0, maximum=1, value=0.25, label="Confidence threshold"),
|
33 |
gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU threshold"),
|
34 |
+
gr.Radio(choices=["yolo11n", "yolo11s", "yolo11n-seg", "yolo11s-seg", "yolo11n-pose", "yolo11s-pose"], label="Model Name", value="yolo11n"),
|
35 |
],
|
36 |
outputs=gr.Image(type="pil", label="Result"),
|
37 |
title="Ultralytics Gradio Application π",
|