Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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)
|