Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
refactor: Update DeepSeek examples with more creative video editing scenarios
Browse files
app.py
CHANGED
@@ -357,9 +357,9 @@ with gr.Blocks() as demo:
|
|
357 |
[
|
358 |
"./examples/waterfall.mp4",
|
359 |
"./examples/heat-wave.mp3",
|
360 |
-
"./examples/
|
361 |
],
|
362 |
-
"Create a video
|
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/
|
378 |
],
|
379 |
-
"Create a
|
380 |
0.7,
|
381 |
0.1,
|
382 |
"DeepSeek",
|
383 |
],
|
384 |
[
|
385 |
[
|
386 |
-
"./examples/
|
387 |
-
"./examples/
|
388 |
-
"./examples/
|
389 |
],
|
390 |
-
"Create a
|
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",
|