Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks() as demo:
|
|
132 |
[text_ip, text_prompt, neg_prompt, width_slider, height_slider, ip_scale_slider, strength_slider, guidance_slider, steps_slider],
|
133 |
output_image,
|
134 |
text_to_image,
|
135 |
-
cache_examples=
|
136 |
label='Text-to-Image Example'
|
137 |
)
|
138 |
|
@@ -141,7 +141,7 @@ with gr.Blocks() as demo:
|
|
141 |
[image_ip, image_image, image_prompt, neg_prompt, width_slider, height_slider, ip_scale_slider, strength_slider, guidance_slider, steps_slider],
|
142 |
output_image,
|
143 |
image_to_image,
|
144 |
-
cache_examples=
|
145 |
label='Image-to-Image Example'
|
146 |
)
|
147 |
|
|
|
132 |
[text_ip, text_prompt, neg_prompt, width_slider, height_slider, ip_scale_slider, strength_slider, guidance_slider, steps_slider],
|
133 |
output_image,
|
134 |
text_to_image,
|
135 |
+
cache_examples='lazy',
|
136 |
label='Text-to-Image Example'
|
137 |
)
|
138 |
|
|
|
141 |
[image_ip, image_image, image_prompt, neg_prompt, width_slider, height_slider, ip_scale_slider, strength_slider, guidance_slider, steps_slider],
|
142 |
output_image,
|
143 |
image_to_image,
|
144 |
+
cache_examples='lazy',
|
145 |
label='Image-to-Image Example'
|
146 |
)
|
147 |
|