Fabrice-TIERCELIN commited on
Commit
8869255
·
verified ·
1 Parent(s): 0fde759

This Pull Request fixes the space

Browse files

The examples break the space if they are cached at the startup because it's too long. If they are cached after the startup, there are no more problems.

Click on _Merge_ to add this feature.

Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ with gr.Blocks() as demo:
101
  ],
102
  inputs=[reference_image, motion_sequence],
103
  outputs=animation,
104
- cache_examples=True
105
  )
106
 
107
  demo.queue(max_size=15)
 
101
  ],
102
  inputs=[reference_image, motion_sequence],
103
  outputs=animation,
104
+ cache_examples=False
105
  )
106
 
107
  demo.queue(max_size=15)