Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,8 +317,7 @@ with gr.Blocks() as app:
|
|
| 317 |
inputs=[prompt_input, structure_image, style_image, depth_strength, style_strength],
|
| 318 |
outputs=[output_image],
|
| 319 |
fn=generate_image,
|
| 320 |
-
cache_examples=True
|
| 321 |
-
cache_mode="eager"
|
| 322 |
)
|
| 323 |
|
| 324 |
with gr.Column():
|
|
|
|
| 317 |
inputs=[prompt_input, structure_image, style_image, depth_strength, style_strength],
|
| 318 |
outputs=[output_image],
|
| 319 |
fn=generate_image,
|
| 320 |
+
cache_examples=True
|
|
|
|
| 321 |
)
|
| 322 |
|
| 323 |
with gr.Column():
|