Spaces:
Sleeping
Sleeping
Update dl.py
Browse files
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.
|
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):
|