Update README.md
Browse files
README.md
CHANGED
@@ -17,7 +17,23 @@ One of the greatest new generative AI models. This model is being tested to gen
|
|
17 |
4. Elves and Toy Factories
|
18 |
5. Polar Bears, and Other Winter Creatures
|
19 |
6. Winter Streets with Holiday Festivals
|
20 |
-
7.
|
21 |
-
8.
|
22 |
-
9.
|
23 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
4. Elves and Toy Factories
|
18 |
5. Polar Bears, and Other Winter Creatures
|
19 |
6. Winter Streets with Holiday Festivals
|
20 |
+
7. Christmas Present Lists Toys and Candy
|
21 |
+
8. Books of Christmas with Fun Facts
|
22 |
+
9. Happy New Years!
|
23 |
+
|
24 |
+
-In app.py this is implemented here and will cache the examples and process while loading creating 4 second videos for each image:
|
25 |
+
|
26 |
+
```
|
27 |
+
gr.Examples(
|
28 |
+
examples=[
|
29 |
+
"images/01.png",
|
30 |
+
"images/02.png",
|
31 |
+
"images/03.png",
|
32 |
+
"images/04.png",
|
33 |
+
"images/05.png",
|
34 |
+
"images/06.png",
|
35 |
+
"images/07.png",
|
36 |
+
"images/08.png",
|
37 |
+
"images/09.png"
|
38 |
+
],
|
39 |
+
```
|