Spaces:
Build error
Build error
Commit
·
889c282
1
Parent(s):
94f4143
Update app.py
Browse files
app.py
CHANGED
@@ -313,8 +313,8 @@ def build_interface(iter=3, data_folder=VIDEO_PATH):
|
|
313 |
|
314 |
infer_left_video_path = inference(left_video_path)
|
315 |
infer_right_video_path = inference(right_video_path)
|
316 |
-
right = gr.HTML(infer_right_video_path, label="right_video")
|
317 |
left = gr.HTML(infer_left_video_path, label="left_video")
|
|
|
318 |
else:
|
319 |
left = gr.Image(left_video_path, shape=(1024, 768), label="left_video")
|
320 |
# right = gr.Image(right_video_path).style(height=768, width=1024)
|
|
|
313 |
|
314 |
infer_left_video_path = inference(left_video_path)
|
315 |
infer_right_video_path = inference(right_video_path)
|
|
|
316 |
left = gr.HTML(infer_left_video_path, label="left_video")
|
317 |
+
right = gr.HTML(infer_right_video_path, label="right_video")
|
318 |
else:
|
319 |
left = gr.Image(left_video_path, shape=(1024, 768), label="left_video")
|
320 |
# right = gr.Image(right_video_path).style(height=768, width=1024)
|