atalaydenknalbant commited on
Commit
aafcd69
·
verified ·
1 Parent(s): 8c94676

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ interface = gr.Interface(
38
  gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU Threshold"),
39
  gr.Slider(minimum=1, maximum=300, step=1, value=300, label="Max Detection"),
40
  ],
41
- outputs=gr.Gallery(label="Annotated Image"),
42
  title="Yolo11: Object Detection",
43
  description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
44
  examples=[
 
38
  gr.Slider(minimum=0, maximum=1, value=0.45, label="IoU Threshold"),
39
  gr.Slider(minimum=1, maximum=300, step=1, value=300, label="Max Detection"),
40
  ],
41
+ outputs=gr.Image(type="pil", label="Annotated Image"),
42
  title="Yolo11: Object Detection",
43
  description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
44
  examples=[