Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -115,7 +115,10 @@ with gr.Blocks() as demo:
|
|
| 115 |
"images/06.png",
|
| 116 |
"images/07.png",
|
| 117 |
"images/08.png",
|
| 118 |
-
"images/09.png"
|
|
|
|
|
|
|
|
|
|
| 119 |
],
|
| 120 |
inputs=image,
|
| 121 |
outputs=[video, seed],
|
|
|
|
| 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 |
],
|
| 123 |
inputs=image,
|
| 124 |
outputs=[video, seed],
|