Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
64548c6
1
Parent(s):
3a54f72
Update app.py
Browse files
app.py
CHANGED
@@ -401,8 +401,7 @@ with gr.Blocks(css=css) as demo:
|
|
401 |
fn=loop_outpainting,
|
402 |
inputs=input_image,
|
403 |
outputs=video_output,
|
404 |
-
cache_examples=
|
405 |
-
cache_mode="lazy"
|
406 |
)
|
407 |
|
408 |
def use_output_as_input(output_image):
|
|
|
401 |
fn=loop_outpainting,
|
402 |
inputs=input_image,
|
403 |
outputs=video_output,
|
404 |
+
cache_examples="lazy",
|
|
|
405 |
)
|
406 |
|
407 |
def use_output_as_input(output_image):
|