Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -249,7 +249,7 @@ with gr.Blocks(css=css) as demo:
|
|
249 |
triggers=[run2_button.click, prompt2.submit],
|
250 |
fn=infer2,
|
251 |
inputs=[prompt2, additional_image_output, seed2, randomize_seed2, width2, height2, strength2, guidance_scale2, num_inference_steps2],
|
252 |
-
outputs[final_image_output, seed2]
|
253 |
)
|
254 |
|
255 |
demo.launch()
|
|
|
249 |
triggers=[run2_button.click, prompt2.submit],
|
250 |
fn=infer2,
|
251 |
inputs=[prompt2, additional_image_output, seed2, randomize_seed2, width2, height2, strength2, guidance_scale2, num_inference_steps2],
|
252 |
+
outputs=[final_image_output, seed2]
|
253 |
)
|
254 |
|
255 |
demo.launch()
|