Spaces:
Running
on
Zero
Running
on
Zero
update app\
Browse files
app.py
CHANGED
|
@@ -286,7 +286,7 @@ with gr.Blocks(css=css, theme=orange_red_theme) as demo:
|
|
| 286 |
inputs=[image_1, image_2, prompt, lora_adapter],
|
| 287 |
outputs=[output_image, seed],
|
| 288 |
fn=infer_example,
|
| 289 |
-
cache_examples=
|
| 290 |
label="Examples"
|
| 291 |
)
|
| 292 |
|
|
|
|
| 286 |
inputs=[image_1, image_2, prompt, lora_adapter],
|
| 287 |
outputs=[output_image, seed],
|
| 288 |
fn=infer_example,
|
| 289 |
+
cache_examples=False,
|
| 290 |
label="Examples"
|
| 291 |
)
|
| 292 |
|