Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -442,10 +442,11 @@ with gr.Blocks() as demo:
|
|
442 |
type="filepath",
|
443 |
interactive=False
|
444 |
)
|
445 |
-
|
446 |
-
with gr.
|
447 |
-
|
448 |
-
|
|
|
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")
|