Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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)
|