Spaces:
Running
on
Zero
Running
on
Zero
Commit
•
8157bfe
1
Parent(s):
dd0fd3b
Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ with gr.Blocks() as demo:
|
|
149 |
).then(
|
150 |
compose_video,
|
151 |
inputs=[frames],
|
152 |
-
|
153 |
)
|
154 |
|
155 |
demo.launch()
|
|
|
149 |
).then(
|
150 |
compose_video,
|
151 |
inputs=[frames],
|
152 |
+
outputs=t2v_output
|
153 |
)
|
154 |
|
155 |
demo.launch()
|