Spaces:
Sleeping
Sleeping
Commit
·
843de7b
1
Parent(s):
2a181f4
Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive
|
|
70 |
os.system(f"gdown --id {id} -O {output} --folder --no-cookies --remaining-ok")
|
71 |
|
72 |
# unzip the zip files to the same location and delete zip files
|
73 |
-
path_to_zip_file = str(i)
|
74 |
zip_files = [join(path_to_zip_file, f) for f in listdir(path_to_zip_file)]
|
75 |
for f in zip_files:
|
76 |
if f.endswith(".zip"):
|
|
|
70 |
os.system(f"gdown --id {id} -O {output} --folder --no-cookies --remaining-ok")
|
71 |
|
72 |
# unzip the zip files to the same location and delete zip files
|
73 |
+
path_to_zip_file = str(i+1)
|
74 |
zip_files = [join(path_to_zip_file, f) for f in listdir(path_to_zip_file)]
|
75 |
for f in zip_files:
|
76 |
if f.endswith(".zip"):
|