Spaces:
Sleeping
Sleeping
Update src/text_to_video.py
Browse files- src/text_to_video.py +0 -3
src/text_to_video.py
CHANGED
@@ -109,9 +109,6 @@ def concatenate_audio_files(audio_folder, output_audio_path):
|
|
109 |
|
110 |
except Exception as e:
|
111 |
print(f"[ERROR] Failed to concatenate and save audio: {e}")
|
112 |
-
import os
|
113 |
-
from moviepy.editor import ImageClip, AudioFileClip, concatenate_videoclips
|
114 |
-
|
115 |
def create_video_from_images(image_folder, audio_path, output_video_path):
|
116 |
"""
|
117 |
Create a video from images and an audio file.
|
|
|
109 |
|
110 |
except Exception as e:
|
111 |
print(f"[ERROR] Failed to concatenate and save audio: {e}")
|
|
|
|
|
|
|
112 |
def create_video_from_images(image_folder, audio_path, output_video_path):
|
113 |
"""
|
114 |
Create a video from images and an audio file.
|