diegofernandezc commited on
Commit
0ce37c1
1 Parent(s): de42222

Enable caching

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=False,
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()