tonyassi commited on
Commit
b4f9e48
·
verified ·
1 Parent(s): 2c48c04

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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], outputs=output_image],
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',