fix
Browse files
app.py
CHANGED
@@ -307,7 +307,7 @@ with gr.Blocks(css=css) as demo:
|
|
307 |
|
308 |
video_result_output = gr.Video(label="Generated Video", show_label=False)
|
309 |
|
310 |
-
with gr.Accordion("Video Generation from Image", open=False
|
311 |
video_prompt_input = gr.Text(
|
312 |
label="Prompt for Video",
|
313 |
placeholder="Describe the animation or changes for the video (e.g., 'camera zooms out slowly')",
|
|
|
307 |
|
308 |
video_result_output = gr.Video(label="Generated Video", show_label=False)
|
309 |
|
310 |
+
with gr.Accordion("Video Generation from Image", open=False) as video_gen_accordion:
|
311 |
video_prompt_input = gr.Text(
|
312 |
label="Prompt for Video",
|
313 |
placeholder="Describe the animation or changes for the video (e.g., 'camera zooms out slowly')",
|