Spaces:
Configuration error
Configuration error
cache examples
Browse files
app.py
CHANGED
|
@@ -106,6 +106,7 @@ with gr.Blocks() as demo:
|
|
| 106 |
examples=[list(key) for key in cached_examples],
|
| 107 |
inputs=[reference_image, motion_sequence],
|
| 108 |
outputs=animation,
|
|
|
|
| 109 |
)
|
| 110 |
|
| 111 |
# demo.queue(max_size=15, api_open=False)
|
|
|
|
| 106 |
examples=[list(key) for key in cached_examples],
|
| 107 |
inputs=[reference_image, motion_sequence],
|
| 108 |
outputs=animation,
|
| 109 |
+
cache_examples=True,
|
| 110 |
)
|
| 111 |
|
| 112 |
# demo.queue(max_size=15, api_open=False)
|