Fix startup error

#80
by cbensimon HF staff - opened
Files changed (1) hide show
  1. app.py +0 -1
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)