Commit
•
c98ab1a
1
Parent(s):
d585ae1
Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -254,7 +254,7 @@ class EndpointHandler:
|
|
254 |
# Create and validate configuration
|
255 |
config = GenerationConfig(
|
256 |
# general content settings
|
257 |
-
prompt
|
258 |
negative_prompt=params.get("negative_prompt", GenerationConfig.negative_prompt),
|
259 |
|
260 |
# video model settings (will be used during generation of the initial raw video clip)
|
|
|
254 |
# Create and validate configuration
|
255 |
config = GenerationConfig(
|
256 |
# general content settings
|
257 |
+
prompt=input_prompt,
|
258 |
negative_prompt=params.get("negative_prompt", GenerationConfig.negative_prompt),
|
259 |
|
260 |
# video model settings (will be used during generation of the initial raw video clip)
|