Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -670,7 +670,7 @@ with gr.Blocks(css=css) as interface:
|
|
670 |
label="Source face", type="filepath", interactive=True
|
671 |
)
|
672 |
|
673 |
-
with gr.
|
674 |
for i in range(NUM_OF_SRC_SPECIFIC):
|
675 |
idx = i + 1
|
676 |
code = "\n"
|
|
|
670 |
label="Source face", type="filepath", interactive=True
|
671 |
)
|
672 |
|
673 |
+
with gr.Column(visible=False) as specific_face:
|
674 |
for i in range(NUM_OF_SRC_SPECIFIC):
|
675 |
idx = i + 1
|
676 |
code = "\n"
|