Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -28,10 +28,8 @@ 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'")
|
32 |
-
|
33 |
btn=gr.Button()
|
34 |
-
gr.load("spaces/Omnibus/model-mover")
|
35 |
|
36 |
output_im = gr.Image()
|
37 |
btn.click(infer,[condition_im,reference_im], output_im)
|
|
|
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'></iframe>")
|
|
|
32 |
btn=gr.Button()
|
|
|
33 |
|
34 |
output_im = gr.Image()
|
35 |
btn.click(infer,[condition_im,reference_im], output_im)
|