ash123 commited on
Commit
d59aa40
·
1 Parent(s): 1f33c8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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")