Spaces:
Build error
Build error
jhj0517
commited on
Commit
·
768f6bf
1
Parent(s):
e37e314
increase duration for musepose inference
Browse files- musepose_inference.py +1 -1
musepose_inference.py
CHANGED
|
@@ -51,7 +51,7 @@ class MusePoseInference:
|
|
| 51 |
if not os.path.exists(self.output_dir):
|
| 52 |
os.makedirs(self.output_dir)
|
| 53 |
|
| 54 |
-
@spaces.GPU(duration=
|
| 55 |
def infer_musepose(
|
| 56 |
self,
|
| 57 |
ref_image_path: str,
|
|
|
|
| 51 |
if not os.path.exists(self.output_dir):
|
| 52 |
os.makedirs(self.output_dir)
|
| 53 |
|
| 54 |
+
@spaces.GPU(duration=180)
|
| 55 |
def infer_musepose(
|
| 56 |
self,
|
| 57 |
ref_image_path: str,
|