Spaces:
Running
on
Zero
Running
on
Zero
atalaydenknalbant
commited on
Update app.py
Browse files
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.
|
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=[
|