Update app.py
Browse files
app.py
CHANGED
@@ -282,7 +282,7 @@ with block as demo:
|
|
282 |
inputs=[prompt_input, negative,
|
283 |
inf_steps_input, seed_input, guidance_scale],
|
284 |
outputs=[gallery],
|
285 |
-
cache_examples=
|
286 |
postprocess=False)
|
287 |
ex.dataset.headers = [""]
|
288 |
|
|
|
282 |
inputs=[prompt_input, negative,
|
283 |
inf_steps_input, seed_input, guidance_scale],
|
284 |
outputs=[gallery],
|
285 |
+
cache_examples=False,
|
286 |
postprocess=False)
|
287 |
ex.dataset.headers = [""]
|
288 |
|