Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -443,7 +443,7 @@ with gr.Blocks(css="footer {visibility: hidden}") as app:
|
|
443 |
generate_btn.click(
|
444 |
fn=generate_image,
|
445 |
inputs=[prompt_input, structure_image, style_image, depth_strength, canny_strength, style_strength, steps],
|
446 |
-
outputs=output_image
|
447 |
)
|
448 |
|
449 |
gr.Markdown("""
|
|
|
443 |
generate_btn.click(
|
444 |
fn=generate_image,
|
445 |
inputs=[prompt_input, structure_image, style_image, depth_strength, canny_strength, style_strength, steps],
|
446 |
+
outputs=[output_image]
|
447 |
)
|
448 |
|
449 |
gr.Markdown("""
|