Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Commit
•
abe43c0
1
Parent(s):
e9adc70
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 |
|