Update app.py
Browse files
app.py
CHANGED
@@ -282,8 +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=False
|
286 |
-
postprocess=False)
|
287 |
ex.dataset.headers = [""]
|
288 |
|
289 |
share_button = gr.Button("Share to community",elem_classes="share_button")
|
|
|
282 |
inputs=[prompt_input, negative,
|
283 |
inf_steps_input, seed_input, guidance_scale],
|
284 |
outputs=[gallery],
|
285 |
+
cache_examples=False)
|
|
|
286 |
ex.dataset.headers = [""]
|
287 |
|
288 |
share_button = gr.Button("Share to community",elem_classes="share_button")
|