victor HF staff commited on
Commit
980c79a
·
1 Parent(s): 02c0ebd

refactor: Update DeepSeek examples with more creative video editing scenarios

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -357,9 +357,9 @@ with gr.Blocks() as demo:
357
  [
358
  "./examples/waterfall.mp4",
359
  "./examples/heat-wave.mp3",
360
- "./examples/waterfall-overlay.png"
361
  ],
362
- "Create a video with the waterfall playing, add the heat wave audio track, and overlay the waterfall overlay image in the top right corner with 50% opacity",
363
  0.7,
364
  0.1,
365
  "DeepSeek",
@@ -374,20 +374,20 @@ with gr.Blocks() as demo:
374
  "./examples/cat6.jpeg",
375
  "./examples/cat7.jpeg",
376
  "./examples/cat8.jpeg",
377
- "./examples/bg-image.png"
378
  ],
379
- "Create a video collage where all cat images are arranged in a 3x3 grid on top of the background image, with each image appearing for 3 seconds",
380
  0.7,
381
  0.1,
382
  "DeepSeek",
383
  ],
384
  [
385
  [
386
- "./examples/ai_talk.wav",
387
- "./examples/square-image.png",
388
- "./examples/waterfall.mp4"
389
  ],
390
- "Create a video with the waterfall playing in the background, the square image in the center with a circular mask, and a waveform visualization of the audio track at the bottom",
391
  0.7,
392
  0.1,
393
  "DeepSeek",
 
357
  [
358
  "./examples/waterfall.mp4",
359
  "./examples/heat-wave.mp3",
360
+ "./examples/square-image.png"
361
  ],
362
+ "Create a music video where the waterfall plays in slow motion (0.5x speed) with the heat wave audio track, and the square image appears as a rotating album cover in the bottom right corner",
363
  0.7,
364
  0.1,
365
  "DeepSeek",
 
374
  "./examples/cat6.jpeg",
375
  "./examples/cat7.jpeg",
376
  "./examples/cat8.jpeg",
377
+ "./examples/ai_talk.wav"
378
  ],
379
+ "Create a cat montage where each cat image zooms in and out sequentially for 2 seconds each, synchronized with the audio track, and add a vintage film grain effect",
380
  0.7,
381
  0.1,
382
  "DeepSeek",
383
  ],
384
  [
385
  [
386
+ "./examples/waterfall-overlay.png",
387
+ "./examples/bg-image.png",
388
+ "./examples/example.mp4"
389
  ],
390
+ "Create a picture-in-picture effect with the example video in the bottom right corner, the waterfall overlay as a semi-transparent watermark, and the background image filling the rest of the frame",
391
  0.7,
392
  0.1,
393
  "DeepSeek",