Spaces:
Runtime error
Runtime error
mayuema
commited on
Commit
•
bc6f2b9
1
Parent(s):
cd875c3
first release
Browse files
inference_followyourpose.py
CHANGED
@@ -24,7 +24,7 @@ class merge_config_then_run():
|
|
24 |
|
25 |
def download_model(self):
|
26 |
REPO_ID = 'YueMafighting/FollowYourPose_v1'
|
27 |
-
snapshot_download(repo_id=REPO_ID, local_dir='./FollowYourPose/checkpoints', local_dir_use_symlinks=False)
|
28 |
|
29 |
|
30 |
def run(
|
|
|
24 |
|
25 |
def download_model(self):
|
26 |
REPO_ID = 'YueMafighting/FollowYourPose_v1'
|
27 |
+
snapshot_download(repo_id=REPO_ID, local_dir='./FollowYourPose/checkpoints/', local_dir_use_symlinks=False)
|
28 |
|
29 |
|
30 |
def run(
|