Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -98,6 +98,7 @@ with gr.Blocks() as demo:
98
  ],
99
  inputs=[reference_image, motion_sequence],
100
  outputs=animation,
 
101
  )
102
 
103
 
 
98
  ],
99
  inputs=[reference_image, motion_sequence],
100
  outputs=animation,
101
+ cache_examples=True
102
  )
103
 
104