Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
refactor: Clarify slideshow timing and transitions in prompt
Browse files
app.py
CHANGED
@@ -357,7 +357,7 @@ with gr.Blocks() as demo:
|
|
357 |
"./examples/cat5.jpeg",
|
358 |
"./examples/cat6.jpeg",
|
359 |
],
|
360 |
-
"Create a smooth slideshow where each image is
|
361 |
0.7,
|
362 |
0.1,
|
363 |
"deepseek-ai/DeepSeek-V3",
|
|
|
357 |
"./examples/cat5.jpeg",
|
358 |
"./examples/cat6.jpeg",
|
359 |
],
|
360 |
+
"Create a smooth slideshow where each individual image is displayed for exactly 2 seconds. Apply a continuous subtle zoom-in effect on each image that starts at 100% scale and ends at 110% scale during its 2-second display. Use smooth crossfade transitions between images. The total video duration should be exactly 12 seconds (6 images × 2 seconds each).",
|
361 |
0.7,
|
362 |
0.1,
|
363 |
"deepseek-ai/DeepSeek-V3",
|