Spaces:
Running on Zero
Running on Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -820,10 +820,8 @@ with gr.Blocks(css=CUSTOM_CSS) as demo:
|
|
| 820 |
apply_mask_checkbox = gr.Checkbox(
|
| 821 |
label="Apply ambiguous-depth mask & edges", value=True
|
| 822 |
)
|
| 823 |
-
|
| 824 |
-
gr.Markdown('<span class="section-label">Filter by frame</span>')
|
| 825 |
frame_filter = gr.Dropdown(
|
| 826 |
-
choices=["All"], value="All", label="",
|
| 827 |
elem_id="frame-filter", show_label=False,
|
| 828 |
)
|
| 829 |
|
|
|
|
| 820 |
apply_mask_checkbox = gr.Checkbox(
|
| 821 |
label="Apply ambiguous-depth mask & edges", value=True
|
| 822 |
)
|
|
|
|
|
|
|
| 823 |
frame_filter = gr.Dropdown(
|
| 824 |
+
choices=["All"], value="All", label="Filter by Frame",
|
| 825 |
elem_id="frame-filter", show_label=False,
|
| 826 |
)
|
| 827 |
|