Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,10 @@ os.makedirs('output', exist_ok=True)
|
|
8 |
os.chdir('VQ-Trans')
|
9 |
os.umask(0)
|
10 |
os.makedirs('checkpoints', exist_ok=True)
|
11 |
-
os.system('gdown --fuzzy https://drive.google.com/file/d/
|
12 |
-
os.system('gdown --fuzzy https://drive.google.com/file/d/
|
|
|
|
|
13 |
os.system('unzip checkpoints/t2m.zip')
|
14 |
os.system('unzip checkpoints/kit.zip')
|
15 |
os.system('mv kit checkpoints')
|
|
|
8 |
os.chdir('VQ-Trans')
|
9 |
os.umask(0)
|
10 |
os.makedirs('checkpoints', exist_ok=True)
|
11 |
+
os.system('gdown --fuzzy https://drive.google.com/file/d/1chKRmW2vNX5Lz6dPO45WY1qVNUkoJJ5D/view -O checkpoints/')
|
12 |
+
os.system('gdown --fuzzy https://drive.google.com/file/d/1cgUVeGwPU7PzTDx20CAijt18fNhtnOPq/view -O checkpoints/')
|
13 |
+
# os.system('gdown --fuzzy https://drive.google.com/file/d/1o7RTDQcToJjTm9_mNWTyzvZvjTWpZfug/view -O checkpoints/')
|
14 |
+
# os.system('gdown --fuzzy https://drive.google.com/file/d/1tX79xk0fflp07EZ660Xz1RAFE33iEyJR/view -O checkpoints/')
|
15 |
os.system('unzip checkpoints/t2m.zip')
|
16 |
os.system('unzip checkpoints/kit.zip')
|
17 |
os.system('mv kit checkpoints')
|