MohamedTalaat91 commited on
Commit
57e2c75
Β·
verified Β·
1 Parent(s): 8699a5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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((1024, 1024))
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