Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -466,7 +466,7 @@ with gr.Blocks(title="Self-Forcing Frame Streaming Demo") as demo:
|
|
466 |
],
|
467 |
inputs=[prompt],
|
468 |
fn=video_generation_handler_example,
|
469 |
-
outputs=[
|
470 |
cache_examples="lazy"
|
471 |
)
|
472 |
|
|
|
466 |
],
|
467 |
inputs=[prompt],
|
468 |
fn=video_generation_handler_example,
|
469 |
+
outputs=[final_video],
|
470 |
cache_examples="lazy"
|
471 |
)
|
472 |
|