Update app.py
Browse files
app.py
CHANGED
@@ -122,8 +122,7 @@ with gr.Blocks() as demo:
|
|
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],
|
|
|
122 |
"images/13.png",
|
123 |
"images/14.png",
|
124 |
"images/15.png",
|
125 |
+
"images/16.png"
|
|
|
126 |
],
|
127 |
inputs=image,
|
128 |
outputs=[video, seed],
|