EvanTHU commited on
Commit
0bf4157
·
verified ·
1 Parent(s): ebfa1af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("tree temp")
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()