Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks(css=css) as demo:
|
|
147 |
gr.on(
|
148 |
triggers=[run_button.click, prompt.submit],
|
149 |
fn=predict,
|
150 |
-
inputs=[prompt, ip_adapter_image, ip_adapter_scale, negative_prompt, seed, randomize_seed, width, height, guidance_scale, num_inference_steps],
|
151 |
outputs=[result, seed]
|
152 |
)
|
153 |
|
|
|
147 |
gr.on(
|
148 |
triggers=[run_button.click, prompt.submit],
|
149 |
fn=predict,
|
150 |
+
inputs=[prompt, ip_adapter_image, ip_adapter_scale, negative_prompt, seed, randomize_seed, center_crop, width, height, guidance_scale, num_inference_steps],
|
151 |
outputs=[result, seed]
|
152 |
)
|
153 |
|