Spaces:
Running
on
Zero
Running
on
Zero
KevinQu7
commited on
Commit
·
4721dda
1
Parent(s):
7f2d022
cache examples
Browse files
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 |
-
|
| 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 |
|