Spaces:
Runtime error
Runtime error
| title: 2📺RTV🖼️ - Real Time Video📺 | |
| emoji: 🖼️📺 | |
| colorFrom: purple | |
| colorTo: yellow | |
| sdk: gradio | |
| sdk_version: 4.4.0 | |
| app_file: app.py | |
| pinned: false | |
| license: other | |
| 1. Process Images in real time with prompts: | |
| 2. Example: | |
| - Elves Toy Factories North Pole Christmas Magic Elf Happy Magical Toy Robots Polar Bears Creatures Winter Streets with Holiday Festivals Christmas Present Lists Toys Candy Books Christmas Fun Facts | |
| Happy New Years | |
| 3. Add prompt here and download images: https://huggingface.co/spaces/awacke1/RealTimeImageGen | |
| 4. Load images to 01.png thru 09.png below | |
| 5. Rebuild | |
| 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" | |
| ], | |
| ``` |