Smriti77 commited on
Commit
a167990
·
verified ·
1 Parent(s): 551f1c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ def merge_videos(video_list, output_path="temp/output.mp4"):
218
  print(f"Error copying single video: {e}")
219
  return None
220
 
221
- # Create a new list with verified paths
222
  verified_paths = []
223
  for path in video_list:
224
  if os.path.exists(path):
 
218
  print(f"Error copying single video: {e}")
219
  return None
220
 
221
+
222
  verified_paths = []
223
  for path in video_list:
224
  if os.path.exists(path):