multimodalart HF Staff commited on
Commit
9ea5921
·
verified ·
1 Parent(s): ec7c2ff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -157,7 +157,7 @@ def generate(
157
  generated_image = pipe(
158
  prompt=prompt,
159
  negative_prompt=negative_prompt,
160
- image=control_image,
161
  controlnet_conditioning_scale=controlnet_conditioning_scale,
162
  width=image.width,
163
  height=image.height,
 
157
  generated_image = pipe(
158
  prompt=prompt,
159
  negative_prompt=negative_prompt,
160
+ control_image=control_image,
161
  controlnet_conditioning_scale=controlnet_conditioning_scale,
162
  width=image.width,
163
  height=image.height,