Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ def infer(con_im,ref_im):
|
|
21 |
#generated.show()
|
22 |
return generated
|
23 |
with gr.Blocks() as app:
|
24 |
-
gr.Markdown("<center><h1 style='font-size: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')
|
|
|
21 |
#generated.show()
|
22 |
return generated
|
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')
|