EvanTHU commited on
Commit
4cadce5
·
verified ·
1 Parent(s): 2653100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -187,6 +187,7 @@ def generate_video_from_text(text, opt, pipeline):
187
  motion = samples[i]
188
  kinematic_tree = paramUtil.t2m_kinematic_chain if (opt.dataset_name == 't2m') else paramUtil.kit_kinematic_chain
189
  plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
 
190
  os.system("ls temp")
191
  os.system("pwd")
192
 
@@ -196,7 +197,7 @@ def generate_video_from_text(text, opt, pipeline):
196
  gr.Info(f"Rendering time cost: {exc:.2f} s", duration = 3)
197
 
198
  video_dis = f'<img src="/gradio_api/file={save_path}" width="{width}" style="display: block; margin: 0 auto;">'
199
- style_dis = video_dis + """<br> <p align="center"> Content Reference </p>"""
200
  global edit_config
201
  edit_config = set_all_use_to_false(edit_config)
202
  return video_dis, style_dis, video_dis, gr.update(visible=True)
 
187
  motion = samples[i]
188
  kinematic_tree = paramUtil.t2m_kinematic_chain if (opt.dataset_name == 't2m') else paramUtil.kit_kinematic_chain
189
  plot_3d_motion(save_path, kinematic_tree, motion, title=title, fps=opt.fps, radius=opt.radius)
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
 
 
197
  gr.Info(f"Rendering time cost: {exc:.2f} s", duration = 3)
198
 
199
  video_dis = f'<img src="/gradio_api/file={save_path}" width="{width}" style="display: block; margin: 0 auto;">'
200
+ style_dis = video_dis
201
  global edit_config
202
  edit_config = set_all_use_to_false(edit_config)
203
  return video_dis, style_dis, video_dis, gr.update(visible=True)