Update app.py
Browse files
app.py
CHANGED
@@ -102,8 +102,6 @@ with gr.Blocks() as demo:
|
|
102 |
"images/01.png",
|
103 |
"images/02.png",
|
104 |
"images/03.png",
|
105 |
-
"images/04.png",
|
106 |
-
"images/05.png",
|
107 |
],
|
108 |
inputs=image,
|
109 |
outputs=[video, seed],
|
|
|
102 |
"images/01.png",
|
103 |
"images/02.png",
|
104 |
"images/03.png",
|
|
|
|
|
105 |
],
|
106 |
inputs=image,
|
107 |
outputs=[video, seed],
|