Spaces:
Runtime error
Runtime error
Commit
•
5c2594c
1
Parent(s):
b1fed1f
Update app.py (#1)
Browse files- Update app.py (096f4a2232b638db4d1e50799599ea49bcdd2331)
Co-authored-by: Morpheus <[email protected]>
app.py
CHANGED
@@ -472,7 +472,6 @@ with gr.Blocks(css=css) as demo:
|
|
472 |
inputs=[face_file, prompt, style, negative_prompt],
|
473 |
outputs=[output_image, usage_tips],
|
474 |
fn=run_for_examples,
|
475 |
-
cache_examples=True,
|
476 |
)
|
477 |
|
478 |
gr.Markdown(article)
|
|
|
472 |
inputs=[face_file, prompt, style, negative_prompt],
|
473 |
outputs=[output_image, usage_tips],
|
474 |
fn=run_for_examples,
|
|
|
475 |
)
|
476 |
|
477 |
gr.Markdown(article)
|