RageshAntony commited on
Commit
24442c0
·
verified ·
1 Parent(s): beb7445
Files changed (1) hide show
  1. app.py +6 -4
app.py CHANGED
@@ -695,11 +695,13 @@ def app_gradio():
695
  with gr.Row():
696
  with gr.Column(scale=1, min_width=350):
697
  with gr.Row():
698
- image_path_p2p = gr.Video(
699
- visible=True,
 
 
700
  )
701
- person_image_p2p = gr.ImageEditor(
702
- interactive=True, label="Person Image", type="filepath"
703
  )
704
 
705
  with gr.Row():
 
695
  with gr.Row():
696
  with gr.Column(scale=1, min_width=350):
697
  with gr.Row():
698
+ image_path_p2p = gr.Image(
699
+ type="filepath",
700
+ interactive=True,
701
+ visible=False,
702
  )
703
+ person_image_p2p = gr.Video(
704
+ label="Person Image",
705
  )
706
 
707
  with gr.Row():