Hieucyber2208 commited on
Commit
c345861
·
verified ·
1 Parent(s): 2433c72

Update src/text_to_video.py

Browse files
Files changed (1) hide show
  1. 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.