Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
edd5608
1
Parent(s):
0da3847
Update app.py
Browse files
app.py
CHANGED
|
@@ -236,7 +236,7 @@ with block:
|
|
| 236 |
randomize=True,
|
| 237 |
)
|
| 238 |
|
| 239 |
-
ex = gr.Examples(examples=examples, fn=infer, inputs=[text, samples, steps, scale, seed], outputs=gallery, cache_examples=
|
| 240 |
ex.dataset.headers = [""]
|
| 241 |
|
| 242 |
|
|
|
|
| 236 |
randomize=True,
|
| 237 |
)
|
| 238 |
|
| 239 |
+
ex = gr.Examples(examples=examples, fn=infer, inputs=[text, samples, steps, scale, seed], outputs=gallery, cache_examples=True)
|
| 240 |
ex.dataset.headers = [""]
|
| 241 |
|
| 242 |
|