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

This Pull Request fixes the space (#1)

Browse files

- This Pull Request fixes the space (4d7102cdb4dd02884b463b743376a308f43ff1e3)


Co-authored-by: Fabrice TIERCELIN <[email protected]>

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