Spaces:
Starting
on
Zero
Starting
on
Zero
Update app.py
Browse files
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 |
-
).
|
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
|