rphrp1985 commited on
Commit
c1316e6
1 Parent(s): bda1aec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks() as demo:
242
  inputs=[input_image, resolution, num_inference_steps, strength, hdr, guidance_scale],
243
  outputs=output_slider,
244
  fn=gradio_process_image,
245
- cache_examples=True,
246
  )
247
 
248
  demo.launch(share=True)
 
242
  inputs=[input_image, resolution, num_inference_steps, strength, hdr, guidance_scale],
243
  outputs=output_slider,
244
  fn=gradio_process_image,
245
+ # cache_examples=True,
246
  )
247
 
248
  demo.launch(share=True)