Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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 |
|