Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
@@ -190,7 +190,7 @@ with gr.Blocks(theme=gr.themes.Citrus(), css=css) as demo:
|
|
190 |
output_image = gr.Image(label="Output", interactive=False, elem_id="output", type="filepath")
|
191 |
use_image_button = gr.Button("♻️ Use this Image for Next Edit", variant="primary")
|
192 |
with gr.Row():
|
193 |
-
create_video_button = gr.Button("Create
|
194 |
extend_video_button = gr.Button("Extend existing video with new scene 🎞️", variant="secondary", visible=False)
|
195 |
with gr.Group(visible=False) as video_group:
|
196 |
video_output = gr.Video(label="Generated Video", show_download_button=True, autoplay=True)
|
|
|
190 |
output_image = gr.Image(label="Output", interactive=False, elem_id="output", type="filepath")
|
191 |
use_image_button = gr.Button("♻️ Use this Image for Next Edit", variant="primary")
|
192 |
with gr.Row():
|
193 |
+
create_video_button = gr.Button("Create video between the two images 🎥", variant="secondary", visible=False)
|
194 |
extend_video_button = gr.Button("Extend existing video with new scene 🎞️", variant="secondary", visible=False)
|
195 |
with gr.Group(visible=False) as video_group:
|
196 |
video_output = gr.Video(label="Generated Video", show_download_button=True, autoplay=True)
|