prithivMLmods commited on
Commit
a745165
·
verified ·
1 Parent(s): 743d657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
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