Yw22 commited on
Commit
f93259a
1 Parent(s): 2d84a5c
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -577,7 +577,8 @@ with block as demo:
577
  outputs=[input_image, prompt, drag_mode, seed, personalized, tracking_points, first_frame_path],
578
  fn=process_example,
579
  run_on_click=True,
580
- examples_per_page=10
 
581
  )
582
 
583
  with gr.Row():
 
577
  outputs=[input_image, prompt, drag_mode, seed, personalized, tracking_points, first_frame_path],
578
  fn=process_example,
579
  run_on_click=True,
580
+ examples_per_page=10,
581
+ cache_examples=False,
582
  )
583
 
584
  with gr.Row():