Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -128,7 +128,7 @@ def stitch_rgbd_videos(
|
|
128 |
os.replace(temp_audio_path, stitched_video_path)
|
129 |
|
130 |
# Return stitched video.
|
131 |
-
return [stitched_video_path,
|
132 |
|
133 |
def construct_demo():
|
134 |
with gr.Blocks(analytics_enabled=False) as demo:
|
|
|
128 |
os.replace(temp_audio_path, stitched_video_path)
|
129 |
|
130 |
# Return stitched video.
|
131 |
+
return [stitched_video_path, ""]
|
132 |
|
133 |
def construct_demo():
|
134 |
with gr.Blocks(analytics_enabled=False) as demo:
|