fffiloni commited on
Commit
8ed5f7d
·
verified ·
1 Parent(s): 9a4fc40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -4
app.py CHANGED
@@ -442,10 +442,11 @@ with gr.Blocks() as demo:
442
  type="filepath",
443
  interactive=False
444
  )
445
-
446
- with gr.Row():
447
- checkpoint = gr.Dropdown(label="Checkpoint", choices=["tiny", "small", "base-plus", "large"], value="tiny")
448
- submit_btn = gr.Button("Get Mask", size="lg")
 
449
 
450
  with gr.Accordion("Your video IN", open=True) as video_in_drawer:
451
  video_in = gr.Video(label="Video IN", format="mp4")
 
442
  type="filepath",
443
  interactive=False
444
  )
445
+
446
+ with gr.Group():
447
+ with gr.Row():
448
+ checkpoint = gr.Dropdown(label="Checkpoint", choices=["tiny", "small", "base-plus", "large"], value="tiny")
449
+ submit_btn = gr.Button("Get Mask", size="lg")
450
 
451
  with gr.Accordion("Your video IN", open=True) as video_in_drawer:
452
  video_in = gr.Video(label="Video IN", format="mp4")