Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
#4
by
John6666
- opened
app.py
CHANGED
@@ -78,7 +78,8 @@ For more information, visit the original [repository](https://github.com/PixArt-
|
|
78 |
["Happy dreamy owl monster sitting on a tree branch, colorful glittering particles, forest background, detailed feathers.", "blur, disfigured, ugly, low resolution", 30, 6, 1024, 1024],
|
79 |
["Astronaut on Mars During sunset.", "blur, disfigured, ugly, low resolution", 30, 6, 1024, 1024]
|
80 |
],
|
81 |
-
cache_examples=True,
|
|
|
82 |
examples_per_page=6,
|
83 |
)
|
84 |
|
|
|
78 |
["Happy dreamy owl monster sitting on a tree branch, colorful glittering particles, forest background, detailed feathers.", "blur, disfigured, ugly, low resolution", 30, 6, 1024, 1024],
|
79 |
["Astronaut on Mars During sunset.", "blur, disfigured, ugly, low resolution", 30, 6, 1024, 1024]
|
80 |
],
|
81 |
+
#cache_examples=True,
|
82 |
+
cache_examples="lazy", # or False
|
83 |
examples_per_page=6,
|
84 |
)
|
85 |
|