fffiloni commited on
Commit
281e840
·
verified ·
1 Parent(s): 0d39eca

Update vace/gradios/vace_preprocess_demo.py

Browse files
vace/gradios/vace_preprocess_demo.py CHANGED
@@ -33,7 +33,7 @@ from huggingface_hub import snapshot_download
33
 
34
  snapshot_download(
35
  repo_id = "ali-vilab/VACE-Annotators",
36
- local_dir = "./models/"
37
  )
38
 
39
  sys.path.insert(0, os.path.sep.join(os.path.realpath(__file__).split(os.path.sep)[:-3]))
 
33
 
34
  snapshot_download(
35
  repo_id = "ali-vilab/VACE-Annotators",
36
+ local_dir = "./models/VACE-Annotators/"
37
  )
38
 
39
  sys.path.insert(0, os.path.sep.join(os.path.realpath(__file__).split(os.path.sep)[:-3]))