jbilcke-hf HF staff commited on
Commit
b212177
·
verified ·
1 Parent(s): 5008035

Update handler.py

Browse files
Files changed (1) hide show
  1. handler.py +1 -1
handler.py CHANGED
@@ -312,7 +312,7 @@ class EndpointHandler:
312
  "negative_prompt": config.negative_prompt,
313
 
314
  # video model settings (will be used during generation of the initial raw video clip)
315
- "width": params.config.width,
316
  "height": config.height,
317
  "num_frames": config.num_frames,
318
  "guidance_scale": config.guidance_scale,
 
312
  "negative_prompt": config.negative_prompt,
313
 
314
  # video model settings (will be used during generation of the initial raw video clip)
315
+ "width": config.width,
316
  "height": config.height,
317
  "num_frames": config.num_frames,
318
  "guidance_scale": config.guidance_scale,