multimodalart HF Staff commited on
Commit
bab37f9
·
verified ·
1 Parent(s): b118cac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -313,7 +313,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as app:
313
  fn=lambda img: generate_end_frame(img, "this image is a still frame from a movie. generate a new frame with what happens on this scene 5 seconds in the future"),
314
  inputs=[start_image],
315
  outputs=[end_image]
316
- ).then(
317
  fn=generate_video,
318
  inputs=ui_inputs,
319
  outputs=ui_outputs
 
313
  fn=lambda img: generate_end_frame(img, "this image is a still frame from a movie. generate a new frame with what happens on this scene 5 seconds in the future"),
314
  inputs=[start_image],
315
  outputs=[end_image]
316
+ ).success(
317
  fn=generate_video,
318
  inputs=ui_inputs,
319
  outputs=ui_outputs