Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def app():
|
|
90 |
conf_threshold,
|
91 |
],
|
92 |
outputs=[output_image],
|
93 |
-
cache_examples=
|
94 |
)
|
95 |
|
96 |
gradio_app = gr.Blocks()
|
|
|
90 |
conf_threshold,
|
91 |
],
|
92 |
outputs=[output_image],
|
93 |
+
cache_examples='lazy',
|
94 |
)
|
95 |
|
96 |
gradio_app = gr.Blocks()
|