Update handler.py
Browse files- 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":
|
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,
|