Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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
|
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(
|