Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -671,7 +671,7 @@ with gr.Blocks(css=css) as interface:
|
|
671 |
label="Source face", type="filepath", interactive=True
|
672 |
)
|
673 |
|
674 |
-
with gr.
|
675 |
for i in range(NUM_OF_SRC_SPECIFIC):
|
676 |
idx = i + 1
|
677 |
code = "\n"
|
|
|
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):
|
676 |
idx = i + 1
|
677 |
code = "\n"
|