Spaces:
Sleeping
Sleeping
Commit
·
268cf8f
1
Parent(s):
83e5a4c
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ from hfserver import HuggingFaceDatasetSaver, HuggingFaceDatasetJSONSaver
|
|
| 16 |
LOAD_DATA_GOOGLE_DRIVE = True
|
| 17 |
if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive
|
| 18 |
# url = 'https://drive.google.com/drive/folders/1JuNQS4R7axTezWj1x4KRAuRt_L26ApxA?usp=sharing' # './processed/' folder in google drive
|
| 19 |
-
url = 'https://drive.google.com/drive/folders/
|
| 20 |
output = './'
|
| 21 |
id = url.split('/')[-1]
|
| 22 |
os.system(f"gdown --id {id} -O {output} --folder --no-cookies --remaining-ok")
|
|
|
|
| 16 |
LOAD_DATA_GOOGLE_DRIVE = True
|
| 17 |
if LOAD_DATA_GOOGLE_DRIVE: # download data from google drive
|
| 18 |
# url = 'https://drive.google.com/drive/folders/1JuNQS4R7axTezWj1x4KRAuRt_L26ApxA?usp=sharing' # './processed/' folder in google drive
|
| 19 |
+
url = 'https://drive.google.com/drive/folders/1o8Q9eX-J7F326zv4g2MZWlzR46uVkUF2?usp=sharing' # './processed_zip/' folder in google drive
|
| 20 |
output = './'
|
| 21 |
id = url.split('/')[-1]
|
| 22 |
os.system(f"gdown --id {id} -O {output} --folder --no-cookies --remaining-ok")
|