Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -101,8 +101,6 @@ def stitch_rgbd_videos(
|
|
101 |
subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
102 |
os.replace(temp_audio_path, stitched_video_path)
|
103 |
|
104 |
-
gc.collect()
|
105 |
-
|
106 |
# Return stitched video.
|
107 |
return [stitched_video_path]
|
108 |
|
|
|
101 |
subprocess.run(cmd, stdout=subprocess.PIPE, stderr=subprocess.PIPE)
|
102 |
os.replace(temp_audio_path, stitched_video_path)
|
103 |
|
|
|
|
|
104 |
# Return stitched video.
|
105 |
return [stitched_video_path]
|
106 |
|