Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
dd0fd3b
1
Parent(s):
0328b82
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 |
|