Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -138,7 +138,7 @@ with gr.Blocks() as demo:
|
|
138 |
|
139 |
gr.Examples(
|
140 |
[["./images/img1.jpg", "./images/tony.jpg", "photo", "ugly, deformed, nsfw", 1024, 1024, 0.8, 0.7, 7.5, 75]],
|
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',
|
|
|
138 |
|
139 |
gr.Examples(
|
140 |
[["./images/img1.jpg", "./images/tony.jpg", "photo", "ugly, deformed, nsfw", 1024, 1024, 0.8, 0.7, 7.5, 75]],
|
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',
|