Commit
·
356090c
1
Parent(s):
8ebeca2
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ from hfserver import HuggingFaceDatasetSaver, HuggingFaceDatasetJSONSaver
|
|
16 |
url = 'https://drive.google.com/drive/folders/1JuNQS4R7axTezWj1x4KRAuRt_L26ApxA?usp=sharing'
|
17 |
output = './'
|
18 |
id = url.split('/')[-1]
|
19 |
-
os.system(f"gdown --id {id} -O {output} --folder --no-cookies")
|
20 |
|
21 |
def video_identity(video):
|
22 |
return video
|
|
|
16 |
url = 'https://drive.google.com/drive/folders/1JuNQS4R7axTezWj1x4KRAuRt_L26ApxA?usp=sharing'
|
17 |
output = './'
|
18 |
id = url.split('/')[-1]
|
19 |
+
os.system(f"gdown --id {id} -O {output} --folder --no-cookies --remaining-ok")
|
20 |
|
21 |
def video_identity(video):
|
22 |
return video
|