Omnibus commited on
Commit
14faa82
·
1 Parent(s): 800faba

Update app.py

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