Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
chore: Switch examples to use DeepSeek as provider
Browse files
app.py
CHANGED
@@ -362,7 +362,7 @@ with gr.Blocks() as demo:
|
|
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 |
-
"
|
366 |
],
|
367 |
[
|
368 |
[
|
@@ -379,7 +379,7 @@ with gr.Blocks() as demo:
|
|
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 |
-
"
|
383 |
],
|
384 |
[
|
385 |
[
|
@@ -390,7 +390,7 @@ with gr.Blocks() as demo:
|
|
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 |
-
"
|
394 |
],
|
395 |
],
|
396 |
inputs=[user_files, user_prompt, top_p, temperature, api_choice],
|
|
|
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",
|
366 |
],
|
367 |
[
|
368 |
[
|
|
|
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 |
[
|
|
|
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",
|
394 |
],
|
395 |
],
|
396 |
inputs=[user_files, user_prompt, top_p, temperature, api_choice],
|