Omnibus commited on
Commit
c65699c
·
verified ·
1 Parent(s): 077ccc7

Update app.py

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