Update app.py
Browse files
app.py
CHANGED
@@ -250,7 +250,7 @@ with block as demo:
|
|
250 |
inputs=[prompt_input, negative,
|
251 |
inf_steps_input, seed_input, guidance_scale],
|
252 |
outputs=[gallery, community_icon, loading_icon, share_button],
|
253 |
-
cache_examples=
|
254 |
ex.dataset.headers = [""]
|
255 |
negative.submit(generate_image, inputs=[
|
256 |
prompt_input, negative, inf_steps_input, seed_input, guidance_scale], outputs=[gallery], postprocess=False)
|
|
|
250 |
inputs=[prompt_input, negative,
|
251 |
inf_steps_input, seed_input, guidance_scale],
|
252 |
outputs=[gallery, community_icon, loading_icon, share_button],
|
253 |
+
cache_examples=False)
|
254 |
ex.dataset.headers = [""]
|
255 |
negative.submit(generate_image, inputs=[
|
256 |
prompt_input, negative, inf_steps_input, seed_input, guidance_scale], outputs=[gallery], postprocess=False)
|