Spaces:
Sleeping
Sleeping
Commit
·
476353b
1
Parent(s):
4b0f607
Update app.py
Browse files
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
|
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':
|