Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ with gr.Blocks() as app:
|
|
28 |
condition_im = gr.Image(label='Style Image', type='filepath')
|
29 |
reference_im = gr.Image(label='Pose Image', type='filepath')
|
30 |
with gr.Accordion("Pose Maker",open=False):
|
31 |
-
pose_maker=gr.HTML("<iframe src='https://omnibus-model-mover.hf.space' width='100%' height='
|
32 |
btn=gr.Button()
|
33 |
|
34 |
output_im = gr.Image()
|
|
|
28 |
condition_im = gr.Image(label='Style Image', type='filepath')
|
29 |
reference_im = gr.Image(label='Pose Image', type='filepath')
|
30 |
with gr.Accordion("Pose Maker",open=False):
|
31 |
+
pose_maker=gr.HTML("<iframe src='https://omnibus-model-mover.hf.space' width='100%' height='520'></iframe>")
|
32 |
btn=gr.Button()
|
33 |
|
34 |
output_im = gr.Image()
|