BestWishYsh commited on
Commit
78ac178
·
verified ·
1 Parent(s): 0bb3d6e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -288,7 +288,7 @@ def ui():
288
  If you find a better seed and prompt, please submit an issue on GitHub.</h5>
289
  """)
290
 
291
- gr.Examples(fn=controller.magictime, examples=examples, inputs=inputs, outputs=outputs, cache_examples=True)
292
 
293
  return demo
294
 
 
288
  If you find a better seed and prompt, please submit an issue on GitHub.</h5>
289
  """)
290
 
291
+ gr.Examples(fn=controller.magictime, examples=examples, inputs=inputs, outputs=outputs, cache_examples=False)
292
 
293
  return demo
294