multimodalart HF staff commited on
Commit
0c7642f
1 Parent(s): 689b0f3

cache examples (#3)

Browse files

- cache examples (bc0e8e95d2b66ba1a574a605e4ff5ed6d0581c75)

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