Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
atalaydenknalbant
/
Yolo11
like
27
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
atalaydenknalbant
commited on
Sep 30, 2024
Commit
d8b991d
·
verified
·
1 Parent(s):
1956eb1
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -140,6 +140,7 @@ def app():
140
max_detection,
141
],
142
outputs=[output_image],
143
)
144
145
gradio_app = gr.Blocks()
140
max_detection,
141
],
142
outputs=[output_image],
143
+
cache_examples=True,
144
)
145
146
gradio_app = gr.Blocks()