Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -51,7 +51,6 @@ def inference(
|
|
51 |
out = pipe(
|
52 |
prompt=prompt,
|
53 |
negative_prompt=negative_prompt,
|
54 |
-
image=None,
|
55 |
control_image=control_image,
|
56 |
guidance_scale=guidance_scale,
|
57 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|
|
|
51 |
out = pipe(
|
52 |
prompt=prompt,
|
53 |
negative_prompt=negative_prompt,
|
|
|
54 |
control_image=control_image,
|
55 |
guidance_scale=guidance_scale,
|
56 |
controlnet_conditioning_scale=controlnet_conditioning_scale,
|