multimodalart HF Staff commited on
Commit
ad08ca8
·
verified ·
1 Parent(s): 23adf11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -174,7 +174,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
174
  with gr.Column(scale=1):
175
  output_image = gr.Image(label="Output", interactive=False, elem_id="output", type="filepath")
176
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
177
- create_video_button = gr.Button("Create a video between the two 🎥", 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")
 
174
  with gr.Column(scale=1):
175
  output_image = gr.Image(label="Output", interactive=False, elem_id="output", type="filepath")
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")