Spaces:
Runtime error
Runtime error
Commit
β’
53ec176
1
Parent(s):
be22d29
Update app.py
Browse files
app.py
CHANGED
@@ -230,7 +230,7 @@ with gr.Blocks(css=css) as demo:
|
|
230 |
inputs=[concept_1, concept_2, x, prompt],
|
231 |
fn=generate,
|
232 |
outputs=[x, x_concept_1, x_concept_2, avg_diff_x, output_image, image_seq, total_images, post_generation_image, post_generation_slider],
|
233 |
-
cache_examples=
|
234 |
)
|
235 |
with gr.Column():
|
236 |
with gr.Group(elem_id="group"):
|
|
|
230 |
inputs=[concept_1, concept_2, x, prompt],
|
231 |
fn=generate,
|
232 |
outputs=[x, x_concept_1, x_concept_2, avg_diff_x, output_image, image_seq, total_images, post_generation_image, post_generation_slider],
|
233 |
+
cache_examples="lazy"
|
234 |
)
|
235 |
with gr.Column():
|
236 |
with gr.Group(elem_id="group"):
|