atatakun commited on
Commit
de1879b
1 Parent(s): ec681ea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ with block:
350
  run_button = gr.Button(label="Run")
351
  with gr.Column():
352
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
353
- run_button.click(fn=dw_pose, inputs=[input_image, resolution], outputs=[gallery])
354
 
355
  gr.Markdown("<hr>")
356
  with gr.Row():
 
350
  run_button = gr.Button(label="Run")
351
  with gr.Column():
352
  gallery = gr.Gallery(label="Generated images", show_label=False).style(height="auto")
353
+ run_button.click(fn=dwpose, inputs=[input_image, resolution], outputs=[gallery])
354
 
355
  gr.Markdown("<hr>")
356
  with gr.Row():