Spaces:
Running
on
Zero
Running
on
Zero
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()
|