Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,8 @@ def generate_video_from_text(text, opt, pipeline):
|
|
189 |
plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
|
190 |
print(save_path)
|
191 |
print(kinematic_tree)
|
192 |
-
print(motion
|
|
|
193 |
print(title)
|
194 |
print(opt.fps)
|
195 |
print(opt.radius)
|
|
|
189 |
plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
|
190 |
print(save_path)
|
191 |
print(kinematic_tree)
|
192 |
+
print(motion)
|
193 |
+
print(len(samples))
|
194 |
print(title)
|
195 |
print(opt.fps)
|
196 |
print(opt.radius)
|