quantumiracle-git commited on
Commit
26e4709
·
1 Parent(s): 19a05d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def update(user_choice, left, right, choose_env, data_folder=VIDEO_PATH, flag_to
137
  last_infer_left_video_path = inference(left)
138
  last_infer_right_video_path = inference(right)
139
 
140
- return last_infer_left_video_path, last_infer_right_video_path
141
 
142
  def replay(left, right):
143
  return left, right
 
137
  last_infer_left_video_path = inference(left)
138
  last_infer_right_video_path = inference(right)
139
 
140
+ return last_infer_left_video_path, last_infer_right_video_path, env_name
141
 
142
  def replay(left, right):
143
  return left, right