Spaces:
Running
on
Zero
Running
on
Zero
Commit
·
b36da8e
1
Parent(s):
86c5883
better naming
Browse files
app.py
CHANGED
@@ -364,7 +364,7 @@ model: https://huggingface.co/DionTimmer/controlnet_qrcode-control_v1p_sd15
|
|
364 |
sampler,
|
365 |
],
|
366 |
outputs=[result_image],
|
367 |
-
cache_examples=True,
|
368 |
)
|
369 |
|
370 |
blocks.queue(concurrency_count=1, max_size=20)
|
|
|
364 |
sampler,
|
365 |
],
|
366 |
outputs=[result_image],
|
367 |
+
# cache_examples=True,
|
368 |
)
|
369 |
|
370 |
blocks.queue(concurrency_count=1, max_size=20)
|