mr2along commited on
Commit
771989b
·
verified ·
1 Parent(s): c2a191e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -667,9 +667,8 @@ with gr.Blocks(css=css) as interface:
667
  )
668
 
669
 
670
- source_image_input = gr.Image(
671
- label="Source face", type="filepath", interactive=True
672
- )
673
 
674
  with gr.Group(visible=False) as specific_face:
675
  for i in range(NUM_OF_SRC_SPECIFIC):
 
667
  )
668
 
669
 
670
+ source_image_input_male = gr.Image(label="Source Male Face", type="filepath", interactive=True)
671
+ source_image_input_female = gr.Image(label="Source Female Face", type="filepath", interactive=True)
 
672
 
673
  with gr.Group(visible=False) as specific_face:
674
  for i in range(NUM_OF_SRC_SPECIFIC):