Update app.py
Browse files
app.py
CHANGED
@@ -292,7 +292,7 @@ with block as demo:
|
|
292 |
fn=generate_image,
|
293 |
inputs=[prompt_input, negative,inf_steps_input, seed_input, guidance_scale],
|
294 |
outputs=[gallery],
|
295 |
-
cache_examples=
|
296 |
ex.dataset.headers = [""]
|
297 |
|
298 |
share_button = gr.Button("Share to community",elem_classes="share_button")
|
|
|
292 |
fn=generate_image,
|
293 |
inputs=[prompt_input, negative,inf_steps_input, seed_input, guidance_scale],
|
294 |
outputs=[gallery],
|
295 |
+
cache_examples=True)
|
296 |
ex.dataset.headers = [""]
|
297 |
|
298 |
share_button = gr.Button("Share to community",elem_classes="share_button")
|