Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|