ultimaxxl commited on
Commit
45b3afb
·
verified ·
1 Parent(s): 7edace2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("""