Spaces:
Running
on
Zero
Running
on
Zero
enable zerogpu
Browse files
app.py
CHANGED
@@ -358,7 +358,7 @@ def get_ref_anno(ref):
|
|
358 |
# device=device,
|
359 |
).unsqueeze(0)[None, ...]
|
360 |
image, latent = make_ref_cond(
|
361 |
-
image,
|
362 |
# keypts,
|
363 |
# hand_mask,
|
364 |
# device=device,
|
|
|
358 |
# device=device,
|
359 |
).unsqueeze(0)[None, ...]
|
360 |
image, latent = make_ref_cond(
|
361 |
+
image.numpy(),
|
362 |
# keypts,
|
363 |
# hand_mask,
|
364 |
# device=device,
|