File size: 1,430 Bytes
ff0d0ea 33c37fd 1ef8ecd ff0d0ea 665b458 ff0d0ea acf4a54 ff0d0ea 1f63fe5 1ef8ecd 1f63fe5 6622080 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
title: 📺RTV🖼️ - Real Time Video AI
emoji: 🖼️📺
colorFrom: purple
colorTo: yellow
sdk: gradio
sdk_version: 4.4.0
app_file: app.py
pinned: true
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"
],
``` |