Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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 |
|