Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -166,7 +166,7 @@ This LoRA model enables precise tattoo placement on human bodies with realistic
|
|
| 166 |
inputs=[input_image, prompt],
|
| 167 |
outputs=[result, seed],
|
| 168 |
fn=infer_example,
|
| 169 |
-
|
| 170 |
)
|
| 171 |
|
| 172 |
gr.on(
|
|
|
|
| 166 |
inputs=[input_image, prompt],
|
| 167 |
outputs=[result, seed],
|
| 168 |
fn=infer_example,
|
| 169 |
+
cache_examples="lazy"
|
| 170 |
)
|
| 171 |
|
| 172 |
gr.on(
|