victorisgeek commited on
Commit
632cac8
1 Parent(s): b041bad

Update app.py

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