ash123 commited on
Commit
ce24c35
1 Parent(s): 324aecc

Update app.py

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