quantumiracle-git commited on
Commit
447cd68
·
1 Parent(s): 320c1d4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -309,8 +309,8 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
309
 
310
  infer_left_video_path = inference(left_video_path)
311
  infer_right_video_path = inference(right_video_path)
312
- right = gr.HTML(infer_right_video_path, label="right_video")
313
  left = gr.HTML(infer_left_video_path, label="left_video")
 
314
  else:
315
  left = gr.Image(left_video_path, shape=(1024, 768), label="left_video")
316
  # right = gr.Image(right_video_path).style(height=768, width=1024)
 
309
 
310
  infer_left_video_path = inference(left_video_path)
311
  infer_right_video_path = inference(right_video_path)
 
312
  left = gr.HTML(infer_left_video_path, label="left_video")
313
+ right = gr.HTML(infer_right_video_path, label="right_video")
314
  else:
315
  left = gr.Image(left_video_path, shape=(1024, 768), label="left_video")
316
  # right = gr.Image(right_video_path).style(height=768, width=1024)