multimodalart HF Staff commited on
Commit
164a9f2
·
verified ·
1 Parent(s): 8116465

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ with gr.Blocks() as demo:
156
  ["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
157
  ["forg.jpg", "the frog jumps around", 448, 832],
158
  ],
159
- inputs=ui_inputs, outputs=video_output, fn=generate_video, cache_examples="lazy"
160
  )
161
 
162
  if __name__ == "__main__":
 
156
  ["peng.png", "a penguin playfully dancing in the snow, Antarctica", 896, 512],
157
  ["forg.jpg", "the frog jumps around", 448, 832],
158
  ],
159
+ inputs=[input_image_component, prompt_input, height_input, width_input], outputs=video_output, fn=generate_video, cache_examples="lazy"
160
  )
161
 
162
  if __name__ == "__main__":