Spaces:
Running
Running
Update dl.py
Browse files
dl.py
CHANGED
@@ -56,7 +56,7 @@ def show_f(repo,name,token):
|
|
56 |
zipObj.write(f'{name}/{file}')
|
57 |
file_list.append(f'{name}.zip')
|
58 |
|
59 |
-
return(gr.update(label="Files", choices=[f for f in f_ist],
|
60 |
|
61 |
def show_all(author,token):
|
62 |
spaces=[]
|
|
|
56 |
zipObj.write(f'{name}/{file}')
|
57 |
file_list.append(f'{name}.zip')
|
58 |
|
59 |
+
return(gr.Dropdown.update(label="Files", choices=[f for f in f_ist],interactive=True), file_list)
|
60 |
|
61 |
def show_all(author,token):
|
62 |
spaces=[]
|