multimodalart HF Staff commited on
Commit
cb85dbc
·
verified ·
1 Parent(s): 2715b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -166,7 +166,6 @@ def generate_video(input_image: Image.Image, prompt: str, negative_prompt: str,
166
  num_frames=num_frames,
167
  guidance_scale=guidance_scale_val,
168
  num_inference_steps=steps_val,
169
- fps=fps_val,
170
  generator=torch.Generator(device="cuda").manual_seed(0)
171
  ).frames[0]
172
 
 
166
  num_frames=num_frames,
167
  guidance_scale=guidance_scale_val,
168
  num_inference_steps=steps_val,
 
169
  generator=torch.Generator(device="cuda").manual_seed(0)
170
  ).frames[0]
171