Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,8 @@ os.system('gdown --fuzzy https://drive.google.com/file/d/1o7RTDQcToJjTm9_mNWTyzv
|
|
10 |
os.system('gdown --fuzzy https://drive.google.com/file/d/1tX79xk0fflp07EZ660Xz1RAFE33iEyJR/view -O checkpoints/')
|
11 |
os.system('unzip checkpoints/t2m.zip')
|
12 |
os.system('unzip checkpoints/kit.zip')
|
|
|
|
|
13 |
os.system('rm checkpoints/t2m.zip')
|
14 |
os.system('rm checkpoints/kit.zip')
|
15 |
sys.path.append('/home/user/app/VQ-Trans')
|
|
|
10 |
os.system('gdown --fuzzy https://drive.google.com/file/d/1tX79xk0fflp07EZ660Xz1RAFE33iEyJR/view -O checkpoints/')
|
11 |
os.system('unzip checkpoints/t2m.zip')
|
12 |
os.system('unzip checkpoints/kit.zip')
|
13 |
+
os.system('mv kit checkpoints')
|
14 |
+
os.system('mv t2m checkpoints')
|
15 |
os.system('rm checkpoints/t2m.zip')
|
16 |
os.system('rm checkpoints/kit.zip')
|
17 |
sys.path.append('/home/user/app/VQ-Trans')
|