Update app.py
Browse files
app.py
CHANGED
@@ -667,9 +667,8 @@ with gr.Blocks(css=css) as interface:
|
|
667 |
)
|
668 |
|
669 |
|
670 |
-
|
671 |
-
|
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):
|