Spaces:
Running
on
Zero
Running
on
Zero
rizavelioglu
commited on
Commit
•
5f436d9
1
Parent(s):
03018e3
cache examples
Browse files
app.py
CHANGED
@@ -237,7 +237,7 @@ demo = gr.Interface(
|
|
237 |
description=description,
|
238 |
article=article,
|
239 |
examples=examples,
|
240 |
-
cache_examples=
|
241 |
examples_per_page=6
|
242 |
)
|
243 |
|
|
|
237 |
description=description,
|
238 |
article=article,
|
239 |
examples=examples,
|
240 |
+
cache_examples=True,
|
241 |
examples_per_page=6
|
242 |
)
|
243 |
|