feishen29 commited on
Commit
4d6cd8f
1 Parent(s): 8ff187c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -39,7 +39,7 @@ from insightface.app import FaceAnalysis
39
  from insightface.utils import face_align
40
  from huggingface_hub import hf_hub_download
41
 
42
- hf_hub_download(repo_id="feishen29/IMAGDressing", filename="IMAGDressing-v1_512.pt", local_dir=".")
43
 
44
  parser = argparse.ArgumentParser(description='IMAGDressing-v1')
45
  parser.add_argument('--if_ipa', type=bool, default=True)
 
39
  from insightface.utils import face_align
40
  from huggingface_hub import hf_hub_download
41
 
42
+ hf_hub_download(repo_id="feishen29/IMAGDressing", filename="IMAGDressing-v1_512.pt", local_dir="./ckpt")
43
 
44
  parser = argparse.ArgumentParser(description='IMAGDressing-v1')
45
  parser.add_argument('--if_ipa', type=bool, default=True)