--- title: Stable Video Diffusion emoji: 📺 colorFrom: purple colorTo: purple sdk: gradio sdk_version: 4.4.0 app_file: app.py pinned: false license: other --- One of the greatest new generative AI models. This model is being tested to generate Christmas themed videos including: 1. Reindeer 2. Sunset and Sunrise views of Christmas Eve and Christmas Day 3. Saint Nicholas 4. Elves and Toy Factories 5. Polar Bears, and Other Winter Creatures 6. Winter Streets with Holiday Festivals 7. Christmas Present Lists Toys and Candy 8. Books of Christmas with Fun Facts 9. Happy New Years! -In app.py this is implemented here and will cache the examples and process while loading creating 4 second videos for each image: ``` gr.Examples( examples=[ "images/01.png", "images/02.png", "images/03.png", "images/04.png", "images/05.png", "images/06.png", "images/07.png", "images/08.png", "images/09.png" ], ```