Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ with gr.Blocks() as demo:
|
|
96 |
inputs = [input_video, is_cropped_and_aligned],
|
97 |
outputs = [result_video],
|
98 |
run_on_click = False,
|
99 |
-
cache_examples =
|
100 |
)
|
101 |
|
102 |
with gr.Column():
|
|
|
96 |
inputs = [input_video, is_cropped_and_aligned],
|
97 |
outputs = [result_video],
|
98 |
run_on_click = False,
|
99 |
+
cache_examples = "lazy"
|
100 |
)
|
101 |
|
102 |
with gr.Column():
|