KevinQu7 commited on
Commit
4721dda
·
1 Parent(s): 7f2d022

cache examples

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -304,7 +304,7 @@ def run_demo_server(pipe, hf_writer=None):
304
  ],
305
  inputs=[image_input],
306
  outputs=[image_output_slider, image_output_files],
307
- # cache_examples=True, # TODO revert
308
  directory_name="examples_image",
309
  )
310
 
 
304
  ],
305
  inputs=[image_input],
306
  outputs=[image_output_slider, image_output_files],
307
+ cache_examples=True,
308
  directory_name="examples_image",
309
  )
310