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