Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -97,8 +97,8 @@ def show_f(repo,name,token):
|
|
97 |
f.close()
|
98 |
'''
|
99 |
return(gr.update(label="Files", choices=[f for f in f_ist],interactive=True),
|
100 |
-
|
101 |
-
gr.update(choices=[f for f in f_ist],interactive=True),
|
102 |
api.get_space_runtime(f'{repo}/{name}'))
|
103 |
|
104 |
def show_f2(repo,name,token):
|
|
|
97 |
f.close()
|
98 |
'''
|
99 |
return(gr.update(label="Files", choices=[f for f in f_ist],interactive=True),
|
100 |
+
file_list,
|
101 |
+
#gr.update(choices=[f for f in f_ist],interactive=True),
|
102 |
api.get_space_runtime(f'{repo}/{name}'))
|
103 |
|
104 |
def show_f2(repo,name,token):
|