Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -189,7 +189,7 @@ def generate_video_from_text(text, opt, pipeline):
|
|
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("
|
193 |
|
194 |
gr.Info("Rendered motion...", duration = 3)
|
195 |
end_time = time.perf_counter()
|
|
|
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("pwd")
|
193 |
|
194 |
gr.Info("Rendered motion...", duration = 3)
|
195 |
end_time = time.perf_counter()
|