wzhouxiff commited on
Commit
f106c64
1 Parent(s): 3bd0ba5

model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -296,7 +296,7 @@ def fn_traj_reset():
296
  model_path='./motionctrl.pth'
297
  config_path='./configs/inference/config_both.yaml'
298
  if not os.path.exists(model_path):
299
- os.system(f'wget https://huggingface.co/TencentARC/MotionCtrl/resolve/main/motionctrl.pth?download=true -P .')
300
 
301
  config = OmegaConf.load(config_path)
302
  model_config = config.pop("model", OmegaConf.create())
 
296
  model_path='./motionctrl.pth'
297
  config_path='./configs/inference/config_both.yaml'
298
  if not os.path.exists(model_path):
299
+ os.system(f'wget https://huggingface.co/TencentARC/MotionCtrl/resolve/main/motionctrl.pth?download=true -P ./motionctrl.pth')
300
 
301
  config = OmegaConf.load(config_path)
302
  model_config = config.pop("model", OmegaConf.create())