Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -395,7 +395,7 @@ with gr.Blocks(css="""
|
|
395 |
sampler,
|
396 |
],
|
397 |
outputs=[result_image],
|
398 |
-
cache_examples=
|
399 |
)
|
400 |
|
401 |
blocks.queue(max_size=20,api_open=False)
|
|
|
395 |
sampler,
|
396 |
],
|
397 |
outputs=[result_image],
|
398 |
+
cache_examples=False,
|
399 |
)
|
400 |
|
401 |
blocks.queue(max_size=20,api_open=False)
|