Spaces:
Runtime error
Runtime error
kleinhe
commited on
Commit
·
6e1c987
1
Parent(s):
a32da5d
speed
Browse files
app.py
CHANGED
|
@@ -63,7 +63,7 @@ def demo(prompt, mode, condition, render_mode="joints", skip_steps=0, out_size=1
|
|
| 63 |
|
| 64 |
joint_path = "results/joints/{}_joint.npy".format(mode[i])
|
| 65 |
smpl_path = "results/smpls/{}_smpl.npy".format(mode[i])
|
| 66 |
-
video_path = "results/motion/{}_video.
|
| 67 |
|
| 68 |
output = visual.predict(prompt, path, render_mode, joint_path, smpl_path)
|
| 69 |
|
|
|
|
| 63 |
|
| 64 |
joint_path = "results/joints/{}_joint.npy".format(mode[i])
|
| 65 |
smpl_path = "results/smpls/{}_smpl.npy".format(mode[i])
|
| 66 |
+
video_path = "results/motion/{}_video.gif".format(mode[i])
|
| 67 |
|
| 68 |
output = visual.predict(prompt, path, render_mode, joint_path, smpl_path)
|
| 69 |
|