Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -23,6 +23,7 @@ def infer(con_im,ref_im):
|
|
23 |
with gr.Blocks() as app:
|
24 |
gr.Markdown("<center><h1 style='font-size:xxx-large;'>Pose Transfer Demo</h1><br><h3>repo: <a href='https://github.com/prasunroy/pose-transfer'>https://github.com/prasunroy/pose-transfer</a></h3>")
|
25 |
with gr.Row():
|
|
|
26 |
condition_im = gr.Image(label='Style Image', type='filepath')
|
27 |
reference_im = gr.Image(label='Pose Image', type='filepath')
|
28 |
btn=gr.Button()
|
|
|
23 |
with gr.Blocks() as app:
|
24 |
gr.Markdown("<center><h1 style='font-size:xxx-large;'>Pose Transfer Demo</h1><br><h3>repo: <a href='https://github.com/prasunroy/pose-transfer'>https://github.com/prasunroy/pose-transfer</a></h3>")
|
25 |
with gr.Row():
|
26 |
+
pose_maker=gr.HTML("<pose-maker/>")
|
27 |
condition_im = gr.Image(label='Style Image', type='filepath')
|
28 |
reference_im = gr.Image(label='Pose Image', type='filepath')
|
29 |
btn=gr.Button()
|