victorgg commited on
Commit
444899f
β€’
1 Parent(s): d1c8505

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -747,7 +747,7 @@ with gr.Blocks(css=css) as interface:
747
  "Trim and Reload", interactive=True
748
  )
749
 
750
- with gr.Box(visible=False) as input_directory_group:
751
  direc_input = gr.Text(label="Path", interactive=True)
752
 
753
  with gr.Column(scale=0.6):
@@ -770,7 +770,7 @@ with gr.Blocks(css=css) as interface:
770
  "πŸ“½οΈ", interactive=False, visible=False
771
  )
772
 
773
- with gr.Box():
774
  with gr.Row():
775
  gr.Markdown(
776
  "### [🎭 Sponsor]"
 
747
  "Trim and Reload", interactive=True
748
  )
749
 
750
+ with gr.Group(visible=False) as input_directory_group:
751
  direc_input = gr.Text(label="Path", interactive=True)
752
 
753
  with gr.Column(scale=0.6):
 
770
  "πŸ“½οΈ", interactive=False, visible=False
771
  )
772
 
773
+ with gr.Group():
774
  with gr.Row():
775
  gr.Markdown(
776
  "### [🎭 Sponsor]"