victor HF staff commited on
Commit
de0f162
·
1 Parent(s): 66c9a66

chore: remove DeepSeek examples from app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -39
app.py CHANGED
@@ -364,45 +364,6 @@ with gr.Blocks() as demo:
364
  0.1,
365
  "Qwen/Qwen2.5-Coder-32B-Instruct",
366
  ],
367
- [
368
- [
369
- "./examples/waterfall.mp4",
370
- "./examples/heat-wave.mp3",
371
- "./examples/square-image.png",
372
- ],
373
- "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",
374
- 0.7,
375
- 0.1,
376
- "deepseek-ai/DeepSeek-V3",
377
- ],
378
- [
379
- [
380
- "./examples/cat1.jpeg",
381
- "./examples/cat2.jpeg",
382
- "./examples/cat3.jpeg",
383
- "./examples/cat4.jpeg",
384
- "./examples/cat5.jpeg",
385
- "./examples/cat6.jpeg",
386
- "./examples/cat7.jpeg",
387
- "./examples/cat8.jpeg",
388
- "./examples/ai_talk.wav",
389
- ],
390
- "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",
391
- 0.7,
392
- 0.1,
393
- "deepseek-ai/DeepSeek-V3",
394
- ],
395
- [
396
- [
397
- "./examples/waterfall-overlay.png",
398
- "./examples/bg-image.png",
399
- "./examples/example.mp4",
400
- ],
401
- "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",
402
- 0.7,
403
- 0.1,
404
- "deepseek-ai/DeepSeek-V3",
405
- ],
406
  ],
407
  inputs=[user_files, user_prompt, top_p, temperature, model_choice],
408
  outputs=[generated_video, generated_command],
 
364
  0.1,
365
  "Qwen/Qwen2.5-Coder-32B-Instruct",
366
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
367
  ],
368
  inputs=[user_files, user_prompt, top_p, temperature, model_choice],
369
  outputs=[generated_video, generated_command],