multimodalart HF Staff commited on
Commit
53506d7
·
verified ·
1 Parent(s): 64c9783

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=[frame_display, final_video, status_html],
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