ICGenAIShare04 commited on
Commit
79c96a7
·
verified ·
1 Parent(s): 733b46b

change duration to 5s

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def master_pipeline(sketch_1, sketch_2, image_prompt, video_prompt, ctrl_scale,
85
  generation = luma_client.generations.create(
86
  prompt=f"Cinematic stylized animation, {video_prompt}",
87
  model="ray-2",
88
- duration="3s",
89
  resolution="540p",
90
  keyframes={
91
  "frame0": {"type": "image", "url": url_1},
 
85
  generation = luma_client.generations.create(
86
  prompt=f"Cinematic stylized animation, {video_prompt}",
87
  model="ray-2",
88
+ duration="5s",
89
  resolution="540p",
90
  keyframes={
91
  "frame0": {"type": "image", "url": url_1},