Spaces:
Runtime error
Runtime error
Update app.py
#1
by
6Morpheus6
- opened
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)
|