Commit
·
38889dd
1
Parent(s):
4d96043
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ import pathlib
|
|
| 9 |
os.system("git clone https://github.com/yoyo-nb/Thin-Plate-Spline-Motion-Model")
|
| 10 |
os.chdir("Thin-Plate-Spline-Motion-Model")
|
| 11 |
os.system("mkdir checkpoints")
|
| 12 |
-
os.system("
|
| 13 |
|
| 14 |
|
| 15 |
|
|
|
|
| 9 |
os.system("git clone https://github.com/yoyo-nb/Thin-Plate-Spline-Motion-Model")
|
| 10 |
os.chdir("Thin-Plate-Spline-Motion-Model")
|
| 11 |
os.system("mkdir checkpoints")
|
| 12 |
+
os.system("gdown 1-CKOjv_y_TzNe-dwQsjjeVxJUuyBAb5X -O checkpoints/vox.pth.tar")
|
| 13 |
|
| 14 |
|
| 15 |
|