Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks() as demo:
|
|
63 |
|
64 |
text_generate_button.click(
|
65 |
fn=generate_gif,
|
66 |
-
inputs=[text_prompt,
|
67 |
outputs=text_output_video
|
68 |
)
|
69 |
|
|
|
63 |
|
64 |
text_generate_button.click(
|
65 |
fn=generate_gif,
|
66 |
+
inputs=[text_prompt, text_negative_prompt, text_num_inference_steps, text_guidance_scale, text_seed],
|
67 |
outputs=text_output_video
|
68 |
)
|
69 |
|