atalaydenknalbant commited on
Commit
c371468
·
verified ·
1 Parent(s): 27e2421

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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=[