Update handler.py
Browse files- handler.py +1 -1
handler.py
CHANGED
@@ -65,7 +65,7 @@ class EndpointHandler():
|
|
65 |
if(method == "fast"):
|
66 |
image = self.fast_pipe(
|
67 |
prompt=prompt,
|
68 |
-
negative_prompt=negative_prompt
|
69 |
image=image,
|
70 |
mask_image=mask_image,
|
71 |
guidance_scale=guidance_scale,
|
|
|
65 |
if(method == "fast"):
|
66 |
image = self.fast_pipe(
|
67 |
prompt=prompt,
|
68 |
+
negative_prompt=negative_prompt,
|
69 |
image=image,
|
70 |
mask_image=mask_image,
|
71 |
guidance_scale=guidance_scale,
|