Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
·
69db3a4
1
Parent(s):
c24cc75
Update app.py
Browse files
app.py
CHANGED
|
@@ -331,7 +331,7 @@ with block:
|
|
| 331 |
randomize=True,
|
| 332 |
)
|
| 333 |
|
| 334 |
-
ex = gr.Examples(examples=examples, fn=infer, inputs=text, outputs=[gallery, community_icon, loading_icon, share_button], cache_examples=
|
| 335 |
ex.dataset.headers = [""]
|
| 336 |
|
| 337 |
|
|
|
|
| 331 |
randomize=True,
|
| 332 |
)
|
| 333 |
|
| 334 |
+
ex = gr.Examples(examples=examples, fn=infer, inputs=text, outputs=[gallery, community_icon, loading_icon, share_button], cache_examples=False)
|
| 335 |
ex.dataset.headers = [""]
|
| 336 |
|
| 337 |
|