multimodalart HF Staff commited on
Commit
16f2c1e
·
verified ·
1 Parent(s): 470324c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -176,7 +176,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
176
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
177
  create_video_button = gr.Button("Create a video between the two images 🎥", variant="primary", visible=False)
178
  with gr.Group(visible=False) as video_group:
179
- video_output = gr.Video(label="Generated Video", show_download_button=True)
180
  gr.Markdown("Generate more with [Wan 2.2 first-last-frame](https://huggingface.co/spaces/multimodalart/wan-2-2-first-last-frame)", elem_id="wan_ad")
181
  gr.Markdown("## Thank you for being a PRO! 🤗")
182
 
 
176
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
177
  create_video_button = gr.Button("Create a video between the two images 🎥", variant="primary", visible=False)
178
  with gr.Group(visible=False) as video_group:
179
+ video_output = gr.Video(label="Generated Video", show_download_button=True, autoplay=True)
180
  gr.Markdown("Generate more with [Wan 2.2 first-last-frame](https://huggingface.co/spaces/multimodalart/wan-2-2-first-last-frame)", elem_id="wan_ad")
181
  gr.Markdown("## Thank you for being a PRO! 🤗")
182