Update app.py
Browse files
app.py
CHANGED
@@ -112,17 +112,6 @@ with gr.Blocks() as demo:
|
|
112 |
"images/03.png",
|
113 |
"images/04.png",
|
114 |
"images/05.png",
|
115 |
-
"images/06.png",
|
116 |
-
"images/07.png",
|
117 |
-
"images/08.png",
|
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 |
],
|
127 |
inputs=image,
|
128 |
outputs=[video, seed],
|
|
|
112 |
"images/03.png",
|
113 |
"images/04.png",
|
114 |
"images/05.png",
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
115 |
],
|
116 |
inputs=image,
|
117 |
outputs=[video, seed],
|