wzhouxiff commited on
Commit
20470f8
1 Parent(s): 2296ee8

model path

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -293,7 +293,7 @@ def fn_traj_reset():
293
  return "Click to specify trajectory"
294
 
295
  ###########################################
296
- model_path='./motionctrl.pth\?download\=true'
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 .')
 
293
  return "Click to specify trajectory"
294
 
295
  ###########################################
296
+ model_path='./motionctrl.pth?download=true'
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 .')