quantumiracle-git commited on
Commit
476353b
·
1 Parent(s): 4b0f607

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -300,7 +300,7 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
300
  str_env_name = gr.Markdown(f"{env_name}")
301
 
302
  # choose video
303
- left_video_path, right_video_path, _ = randomly_select_videos(env_name)
304
 
305
  with gr.Row():
306
  if FORMAT == 'mp4':
 
300
  str_env_name = gr.Markdown(f"{env_name}")
301
 
302
  # choose video
303
+ left_video_path, right_video_path = randomly_select_videos(env_name)
304
 
305
  with gr.Row():
306
  if FORMAT == 'mp4':