Spaces:
Runtime error
Runtime error
mayuema
commited on
Commit
•
0a84b6d
1
Parent(s):
8079dae
fix mmpose bug
Browse files
inference_followyourpose.py
CHANGED
@@ -22,7 +22,7 @@ class merge_config_then_run():
|
|
22 |
self.vae = None
|
23 |
self.unet = None
|
24 |
self.download_model()
|
25 |
-
self.mmpose = gr.Interface.load(name="spaces/
|
26 |
|
27 |
def download_model(self):
|
28 |
REPO_ID = 'YueMafighting/FollowYourPose_v1'
|
|
|
22 |
self.vae = None
|
23 |
self.unet = None
|
24 |
self.download_model()
|
25 |
+
self.mmpose = gr.Interface.load(name="spaces/YueMafighting/mmpose-estimation")
|
26 |
|
27 |
def download_model(self):
|
28 |
REPO_ID = 'YueMafighting/FollowYourPose_v1'
|