Spaces:
Runtime error
Runtime error
cocktailpeanut
commited on
Commit
·
2fa2ca4
1
Parent(s):
f862768
update
Browse files
app.py
CHANGED
@@ -332,7 +332,7 @@ with block:
|
|
332 |
inputs=[image_pil, src_image_pil, prompt, scale, control_scale],
|
333 |
fn=run_for_examples,
|
334 |
outputs=[generated_image],
|
335 |
-
cache_examples=True,
|
336 |
)
|
337 |
|
338 |
gr.Markdown(article)
|
|
|
332 |
inputs=[image_pil, src_image_pil, prompt, scale, control_scale],
|
333 |
fn=run_for_examples,
|
334 |
outputs=[generated_image],
|
335 |
+
#cache_examples=True,
|
336 |
)
|
337 |
|
338 |
gr.Markdown(article)
|