multimodalart HF Staff commited on
Commit
d57789d
·
verified ·
1 Parent(s): 835ddf1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 a 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)
 
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)