r3gm commited on
Commit
d575bd4
·
verified ·
1 Parent(s): 2b5fbab

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -363,8 +363,8 @@ with gr.Blocks() as demo:
363
  video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
364
  file_output = gr.File(label="Download Video")
365
 
366
- frame_button = gr.Button("Interpolate video", variant="secondary", visible=False)
367
- frame_output = gr.File(label="Generate Intermediate Frames", visible=False)
368
 
369
  ui_inputs = [
370
  input_image_component, last_image_component, prompt_input, steps_slider,
 
363
  video_output = gr.Video(label="Generated Video", autoplay=True, interactive=False)
364
  file_output = gr.File(label="Download Video")
365
 
366
+ frame_button = gr.Button("Generate Intermediate Frames", variant="secondary", visible=False)
367
+ frame_output = gr.File(label="Interpolated result", visible=False)
368
 
369
  ui_inputs = [
370
  input_image_component, last_image_component, prompt_input, steps_slider,