Spaces:
Running
on
Zero
Running
on
Zero
Fix startup error
Browse filesLet examples be lazily cached
app.py
CHANGED
@@ -642,7 +642,6 @@ with gr.Blocks(css=css) as demo:
|
|
642 |
inputs=[face_file, pose_file, prompt, style, negative_prompt],
|
643 |
fn=run_for_examples,
|
644 |
outputs=[gallery, usage_tips],
|
645 |
-
cache_examples=True,
|
646 |
)
|
647 |
|
648 |
gr.Markdown(article)
|
|
|
642 |
inputs=[face_file, pose_file, prompt, style, negative_prompt],
|
643 |
fn=run_for_examples,
|
644 |
outputs=[gallery, usage_tips],
|
|
|
645 |
)
|
646 |
|
647 |
gr.Markdown(article)
|