Omnibus commited on
Commit
a85d524
·
1 Parent(s): f856ca4

Update dl.py

Browse files
Files changed (1) hide show
  1. dl.py +1 -1
dl.py CHANGED
@@ -302,7 +302,7 @@ with gr.Blocks(css=css) as build:
302
  with gr.Row():
303
  with gr.Column(scale=1):
304
  with gr.Group():
305
- space_check=gr.Checkbox(label="Spaces",choices=[])
306
  with gr.Column(scale=1):
307
  dl_checked_btn=gr.Button("Download Checked")
308
  with gr.Column(scale=2):
 
302
  with gr.Row():
303
  with gr.Column(scale=1):
304
  with gr.Group():
305
+ space_check=gr.CheckboxGroup(label="Spaces",choices=[])
306
  with gr.Column(scale=1):
307
  dl_checked_btn=gr.Button("Download Checked")
308
  with gr.Column(scale=2):