Spaces:
Runtime error
Runtime error
Prudvireddy
commited on
Commit
•
da62a10
1
Parent(s):
1a66e99
Update tools.py
Browse files
tools.py
CHANGED
@@ -133,7 +133,7 @@ def create_video_from_images_and_audio(images_dir, speeches_dir, final_video_fil
|
|
133 |
Args:
|
134 |
images_dir: path to images folder
|
135 |
speeches_dir: path to speeches folder
|
136 |
-
final_video_filename: the topic name which will be used as
|
137 |
client = Groq(api_key='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')
|
138 |
# images_paths = sorted(os.listdir(images_dir))
|
139 |
# audio_paths = sorted(os.listdir(speeches_dir))
|
|
|
133 |
Args:
|
134 |
images_dir: path to images folder
|
135 |
speeches_dir: path to speeches folder
|
136 |
+
final_video_filename: the topic name which will be used as final video file name"""
|
137 |
client = Groq(api_key='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')
|
138 |
# images_paths = sorted(os.listdir(images_dir))
|
139 |
# audio_paths = sorted(os.listdir(speeches_dir))
|