Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
docs: Update example to match video duration with audio length
Browse files
app.py
CHANGED
@@ -343,7 +343,7 @@ with gr.Blocks() as demo:
|
|
343 |
"./examples/cat6.jpeg",
|
344 |
"./examples/heat-wave.mp3",
|
345 |
],
|
346 |
-
"Create a 3x2 grid of the cat images with the audio as background music.",
|
347 |
0.7,
|
348 |
0.1,
|
349 |
"deepseek-ai/DeepSeek-V3",
|
|
|
343 |
"./examples/cat6.jpeg",
|
344 |
"./examples/heat-wave.mp3",
|
345 |
],
|
346 |
+
"Create a 3x2 grid of the cat images with the audio as background music. Make the video duration match the audio duration.",
|
347 |
0.7,
|
348 |
0.1,
|
349 |
"deepseek-ai/DeepSeek-V3",
|