Spaces:
Runtime error
Runtime error
diegofernandezc
commited on
Commit
•
1cc025d
1
Parent(s):
46736ec
Disable cache examples
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=False,
|
44 |
)
|
45 |
|
46 |
iface.launch()
|