Spaces:
Sleeping
Sleeping
change duration to 5s
Browse files
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="
|
| 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},
|