Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -102,7 +102,7 @@ def get_hf_files(repo,name):
|
|
102 |
file = open(f'{name}/{f_name}','wb')
|
103 |
file.write(r.content)
|
104 |
file.close()
|
105 |
-
file_list.append({"path":f'{
|
106 |
print(file_list)
|
107 |
return file_list
|
108 |
|
|
|
102 |
file = open(f'{name}/{f_name}','wb')
|
103 |
file.write(r.content)
|
104 |
file.close()
|
105 |
+
file_list.append({"path":f'{f_name}'})
|
106 |
print(file_list)
|
107 |
return file_list
|
108 |
|