Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,12 @@ with gr.Blocks() as demo:
|
|
118 |
"images/09.png",
|
119 |
"images/10.png",
|
120 |
"images/11.png",
|
121 |
-
"images/12.png"
|
|
|
|
|
|
|
|
|
|
|
122 |
],
|
123 |
inputs=image,
|
124 |
outputs=[video, seed],
|
|
|
118 |
"images/09.png",
|
119 |
"images/10.png",
|
120 |
"images/11.png",
|
121 |
+
"images/12.png",
|
122 |
+
"images/13.png",
|
123 |
+
"images/14.png",
|
124 |
+
"images/15.png",
|
125 |
+
"images/16.png",
|
126 |
+
"images/17.png"
|
127 |
],
|
128 |
inputs=image,
|
129 |
outputs=[video, seed],
|