Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -148,7 +148,7 @@ with gr.Blocks() as demo:
|
|
| 148 |
outputs=[frames, t2v_output]
|
| 149 |
).then(
|
| 150 |
compose_video,
|
| 151 |
-
|
| 152 |
outouts=t2v_output
|
| 153 |
)
|
| 154 |
|
|
|
|
| 148 |
outputs=[frames, t2v_output]
|
| 149 |
).then(
|
| 150 |
compose_video,
|
| 151 |
+
inputs=[frames],
|
| 152 |
outouts=t2v_output
|
| 153 |
)
|
| 154 |
|