Spaces:
Runtime error
Runtime error
Remove caching
Browse files- gradio_demo.py +0 -2
gradio_demo.py
CHANGED
|
@@ -128,7 +128,6 @@ with gr.Blocks(
|
|
| 128 |
inputs=[target_image, texture1, texture2, edit_strength],
|
| 129 |
outputs=blend_output,
|
| 130 |
fn=blend_images,
|
| 131 |
-
cache_examples=True,
|
| 132 |
)
|
| 133 |
|
| 134 |
blend_btn.click(
|
|
@@ -251,7 +250,6 @@ with gr.Blocks(
|
|
| 251 |
],
|
| 252 |
outputs=control_output,
|
| 253 |
fn=parametric_control,
|
| 254 |
-
cache_examples=True,
|
| 255 |
)
|
| 256 |
|
| 257 |
control_btn.click(
|
|
|
|
| 128 |
inputs=[target_image, texture1, texture2, edit_strength],
|
| 129 |
outputs=blend_output,
|
| 130 |
fn=blend_images,
|
|
|
|
| 131 |
)
|
| 132 |
|
| 133 |
blend_btn.click(
|
|
|
|
| 250 |
],
|
| 251 |
outputs=control_output,
|
| 252 |
fn=parametric_control,
|
|
|
|
| 253 |
)
|
| 254 |
|
| 255 |
control_btn.click(
|