Spaces:
Runtime error
Runtime error
Commit
·
0ce37c1
1
Parent(s):
de42222
Enable caching
Browse files
app.py
CHANGED
|
@@ -40,7 +40,7 @@ iface = gr.Interface(
|
|
| 40 |
inputs=intput_components,
|
| 41 |
outputs=output_components,
|
| 42 |
examples=example_list,
|
| 43 |
-
cache_examples=
|
| 44 |
)
|
| 45 |
|
| 46 |
iface.launch()
|
|
|
|
| 40 |
inputs=intput_components,
|
| 41 |
outputs=output_components,
|
| 42 |
examples=example_list,
|
| 43 |
+
cache_examples=True,
|
| 44 |
)
|
| 45 |
|
| 46 |
iface.launch()
|