victorgg commited on
Commit
d1c8505
β€’
1 Parent(s): 8c9c4ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box(visible=False) as specific_face:
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"