Fabrice-TIERCELIN commited on
Commit
4d7102c
·
verified ·
1 Parent(s): f22f03c

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 -0
app.py CHANGED
@@ -167,6 +167,7 @@ def build_demo(inference_fn):
167
  ["samples/sharkhorse.jpeg", "edm2-img64-s-fid", True],
168
  ["samples/goldfish.jpeg", "edm2-img64-s-fid", True],
169
  ],
 
170
  )
171
 
172
  return demo
 
167
  ["samples/sharkhorse.jpeg", "edm2-img64-s-fid", True],
168
  ["samples/goldfish.jpeg", "edm2-img64-s-fid", True],
169
  ],
170
+ cache_examples=False,
171
  )
172
 
173
  return demo