karimbenharrak commited on
Commit
dee1946
1 Parent(s): 14da090

Update handler.py

Browse files
Files changed (1) hide show
  1. 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,