Update app.py
Browse files
app.py
CHANGED
@@ -188,6 +188,8 @@ def generate_video_from_text(text, opt, pipeline):
|
|
188 |
motion = samples[i]
|
189 |
kinematic_tree = paramUtil.t2m_kinematic_chain if (opt.dataset_name == 't2m') else paramUtil.kit_kinematic_chain
|
190 |
plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
|
|
|
|
|
191 |
|
192 |
gr.Info("Rendered motion...", duration = 3)
|
193 |
end_time = time.perf_counter()
|
|
|
188 |
motion = samples[i]
|
189 |
kinematic_tree = paramUtil.t2m_kinematic_chain if (opt.dataset_name == 't2m') else paramUtil.kit_kinematic_chain
|
190 |
plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
|
191 |
+
os.system("ls temp")
|
192 |
+
os.system("tree temp")
|
193 |
|
194 |
gr.Info("Rendered motion...", duration = 3)
|
195 |
end_time = time.perf_counter()
|