Kidbea commited on
Commit
2530e97
·
1 Parent(s): e0a1d8c
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ pipe.enable_attention_slicing()
29
  def generate_video(image, prompt, num_frames=16, steps=50, guidance_scale=7.5):
30
  output = pipe(
31
  prompt=prompt,
32
- init_image=image,
33
  num_inference_steps=steps,
34
  guidance_scale=guidance_scale,
35
  num_frames=num_frames
 
29
  def generate_video(image, prompt, num_frames=16, steps=50, guidance_scale=7.5):
30
  output = pipe(
31
  prompt=prompt,
32
+ image=image,
33
  num_inference_steps=steps,
34
  guidance_scale=guidance_scale,
35
  num_frames=num_frames