Spaces:
Running
on
Zero
Running
on
Zero
atalaydenknalbant
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ interface = gr.Interface(
|
|
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=[
|
|
|
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 |
+
cache_examples=True,
|
43 |
title="Yolo11: Object Detection",
|
44 |
description="Upload image(s) for inference using the latest Ultralytics YOLO11 models.",
|
45 |
examples=[
|