Spaces:
Running
on
Zero
Running
on
Zero
rizavelioglu
commited on
Commit
•
d49c62f
1
Parent(s):
0fa94d0
cache examples
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ demo = gr.Interface(
|
|
221 |
description=description,
|
222 |
article=article,
|
223 |
examples=examples,
|
224 |
-
cache_examples=
|
225 |
examples_per_page=6
|
226 |
)
|
227 |
|
|
|
221 |
description=description,
|
222 |
article=article,
|
223 |
examples=examples,
|
224 |
+
cache_examples=True,
|
225 |
examples_per_page=6
|
226 |
)
|
227 |
|