animesh007 commited on
Commit
38889dd
·
1 Parent(s): 4d96043

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("wget -c https://cloud.tsinghua.edu.cn/f/da8d61d012014b12a9e4/?dl=1 -O checkpoints/vox.pth.tar")
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