Skip to content

Commit 3572fd8

Browse files
LysandreJikpatrickvonplaten
authored andcommitted
Inpainting: typo in docs (huggingface#3331)
Typo in docs Co-authored-by: Patrick von Platen <[email protected]>
1 parent 75ed789 commit 3572fd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/en/using-diffusers/inpaint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Now you can create a prompt to replace the mask with something else:
5252

5353
```python
5454
prompt = "Face of a yellow cat, high resolution, sitting on a park bench"
55-
image = pipe(prompt=prompt, image=init_image, mask_image=mask_image).images[0]
55+
image = pipeline(prompt=prompt, image=init_image, mask_image=mask_image).images[0]
5656
```
5757

5858
`image` | `mask_image` | `prompt` | output |

0 commit comments

Comments
 (0)