awacke1 commited on
Commit
cf0500a
·
1 Parent(s): cbf870f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -21,7 +21,6 @@ def images_to_video(folder_path, output_video):
21
  for image in images:
22
  video.write(cv2.imread(os.path.join(folder_path, image)))
23
 
24
- cv2.destroyAllWindows()
25
  video.release()
26
 
27
  # Function to get base64 of a file for download
 
21
  for image in images:
22
  video.write(cv2.imread(os.path.join(folder_path, image)))
23
 
 
24
  video.release()
25
 
26
  # Function to get base64 of a file for download