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