celinah HF Staff commited on
Commit
e77f197
·
1 Parent(s): 389b237
Files changed (1) hide show
  1. app.py +1 -1
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, interactive=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')",
 
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')",