Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,8 @@ demo = gr.Interface(
|
|
55 |
description=description,
|
56 |
article=article,
|
57 |
examples=examples,
|
58 |
-
cache_examples=
|
|
|
59 |
theme="Soft",
|
60 |
flagging_mode="never",
|
61 |
)
|
|
|
55 |
description=description,
|
56 |
article=article,
|
57 |
examples=examples,
|
58 |
+
cache_examples=True,
|
59 |
+
cache_mode="lazy",
|
60 |
theme="Soft",
|
61 |
flagging_mode="never",
|
62 |
)
|