Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -293,7 +293,7 @@ def run_demo_server(pipe):
|
|
| 293 |
]),
|
| 294 |
inputs=[image_input],
|
| 295 |
outputs=[image_output_slider],
|
| 296 |
-
cache_examples=
|
| 297 |
directory_name="examples_image",
|
| 298 |
)
|
| 299 |
|
|
@@ -333,7 +333,7 @@ def run_demo_server(pipe):
|
|
| 333 |
inputs=[video_input],
|
| 334 |
outputs=[processed_frames, video_output_files],
|
| 335 |
directory_name="examples_video",
|
| 336 |
-
cache_examples=
|
| 337 |
)
|
| 338 |
|
| 339 |
with gr.Tab("Panorama"):
|
|
|
|
| 293 |
]),
|
| 294 |
inputs=[image_input],
|
| 295 |
outputs=[image_output_slider],
|
| 296 |
+
cache_examples=True,
|
| 297 |
directory_name="examples_image",
|
| 298 |
)
|
| 299 |
|
|
|
|
| 333 |
inputs=[video_input],
|
| 334 |
outputs=[processed_frames, video_output_files],
|
| 335 |
directory_name="examples_video",
|
| 336 |
+
cache_examples=True,
|
| 337 |
)
|
| 338 |
|
| 339 |
with gr.Tab("Panorama"):
|