Update app.py
Browse files
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=
|
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():
|