xizaoqu commited on
Commit
598f088
·
1 Parent(s): c6f1cef
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -196,7 +196,7 @@ def run(cfg: DictConfig):
196
  memory_curr_frame += 1
197
  new_frame = run_interactive(memory_frames[0],
198
  actions[i],
199
- pose[0],
200
  memory_curr_frame,
201
  device=device)
202
 
 
196
  memory_curr_frame += 1
197
  new_frame = run_interactive(memory_frames[0],
198
  actions[i],
199
+ poses[0],
200
  memory_curr_frame,
201
  device=device)
202