xizaoqu commited on
Commit
2076f2e
·
1 Parent(s): 12dfdf2
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -174,6 +174,7 @@ def run(cfg: DictConfig):
174
 
175
  @spaces.GPU()
176
  def run_interactive(first_frame, action, first_pose, curr_frame, device):
 
177
  new_frame = algo.interactive(first_frame,
178
  action,
179
  first_pose,
 
174
 
175
  @spaces.GPU()
176
  def run_interactive(first_frame, action, first_pose, curr_frame, device):
177
+ global algo
178
  new_frame = algo.interactive(first_frame,
179
  action,
180
  first_pose,