Omnibus commited on
Commit
429cf3a
·
1 Parent(s): 371c4a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='400'></iframe>")
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()