multimodalart HF Staff commited on
Commit
f40ce7c
·
verified ·
1 Parent(s): 6c6d37f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -173,7 +173,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
173
  output_image = gr.Image(label="Output", interactive=False, elem_id="output", type="filepath")
174
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
175
  create_video_button = gr.Button("Create a video between the two 🎥", variant="primary", visible=False)
176
- video_output = gr.Video(label="Generated Video", visible=False)
177
 
178
  gr.Markdown("## Thank you for being a PRO! 🤗")
179
 
 
173
  output_image = gr.Image(label="Output", interactive=False, elem_id="output", type="filepath")
174
  use_image_button = gr.Button("♻️ Use this Image for Next Edit")
175
  create_video_button = gr.Button("Create a video between the two 🎥", variant="primary", visible=False)
176
+ video_output = gr.Video(label="Generated Video", visible=False, show_download_button=True)
177
 
178
  gr.Markdown("## Thank you for being a PRO! 🤗")
179