Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -54,7 +54,7 @@ def generate_video(prompt_name, output_image):
|
|
54 |
|
55 |
# Get the images for video clips from the predefined dictionary
|
56 |
images = get_image(prompt_name)
|
57 |
-
image_clips = [ImageClip(img_path).set_duration(2).resize((
|
58 |
for img_path in images]
|
59 |
|
60 |
# Add the saved generated image as the first clip
|
|
|
54 |
|
55 |
# Get the images for video clips from the predefined dictionary
|
56 |
images = get_image(prompt_name)
|
57 |
+
image_clips = [ImageClip(img_path).set_duration(2).resize((896, 1152))
|
58 |
for img_path in images]
|
59 |
|
60 |
# Add the saved generated image as the first clip
|