victor HF staff commited on
Commit
a8a82b8
·
1 Parent(s): 145114d

refactor: Remove unused cat image slideshow example from app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -14
app.py CHANGED
@@ -348,20 +348,6 @@ with gr.Blocks() as demo:
348
  0.1,
349
  "deepseek-ai/DeepSeek-V3",
350
  ],
351
- [
352
- [
353
- "./examples/cat1.jpeg",
354
- "./examples/cat2.jpeg",
355
- "./examples/cat3.jpeg",
356
- "./examples/cat4.jpeg",
357
- "./examples/cat5.jpeg",
358
- "./examples/cat6.jpeg",
359
- ],
360
- "Create a smooth slideshow where each individual image is displayed for exactly 2 seconds. Apply a continuous subtle zoom-in effect on each image that starts at 100% scale and ends at 110% scale during its 2-second display. Use smooth crossfade transitions between images. The total video duration should be exactly 12 seconds (6 images × 2 seconds each).",
361
- 0.7,
362
- 0.1,
363
- "deepseek-ai/DeepSeek-V3",
364
- ],
365
  ],
366
  inputs=[user_files, user_prompt, top_p, temperature, model_choice],
367
  outputs=[generated_video, generated_command],
 
348
  0.1,
349
  "deepseek-ai/DeepSeek-V3",
350
  ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
351
  ],
352
  inputs=[user_files, user_prompt, top_p, temperature, model_choice],
353
  outputs=[generated_video, generated_command],