This Pull Request fixes the space

#1
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