victor HF staff commited on
Commit
145114d
·
1 Parent(s): 1f06a09

refactor: Clarify slideshow timing and transitions in prompt

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 shown for exactly 2 seconds. Apply a continuous subtle zoom-in effect on each image that starts at 100% scale and ends at 110% scale. Use smooth transitions between images. Match the total duration to the number of images multiplied by 2 seconds.",
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",