jhj0517
commited on
Commit
·
1d6c461
1
Parent(s):
bb7b1b2
use cpu
Browse files- musepose_inference.py +0 -1
musepose_inference.py
CHANGED
@@ -50,7 +50,6 @@ class MusePoseInference:
|
|
50 |
if not os.path.exists(self.output_dir):
|
51 |
os.makedirs(self.output_dir)
|
52 |
|
53 |
-
@spaces.GPU
|
54 |
def infer_musepose(
|
55 |
self,
|
56 |
ref_image_path: str,
|
|
|
50 |
if not os.path.exists(self.output_dir):
|
51 |
os.makedirs(self.output_dir)
|
52 |
|
|
|
53 |
def infer_musepose(
|
54 |
self,
|
55 |
ref_image_path: str,
|