animrods commited on
Commit
4d26957
·
verified ·
1 Parent(s): d579482

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with image_blocks as demo:
129
 
130
 
131
 
132
- btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, ip_adapter_scale, width, height, seed], center_crop, outputs=[image_out], api_name='run')
133
  prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, ip_adapter_scale, width, height, seed, center_crop], outputs=[image_out])
134
 
135
  # gr.Examples(
 
129
 
130
 
131
 
132
+ btn.click(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, ip_adapter_scale, width, height, seed, center_crop], outputs=[image_out], api_name='run')
133
  prompt.submit(fn=predict, inputs=[image, prompt, negative_prompt, guidance_scale, steps, ip_adapter_scale, width, height, seed, center_crop], outputs=[image_out])
134
 
135
  # gr.Examples(