Skip to content
Open
2 changes: 1 addition & 1 deletion docs/source/en/api/pipelines/qwenimage.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ image.save("qwen_fewsteps.png")

With [`QwenImageEditPlusPipeline`], one can provide multiple images as input reference.

```
```py
import torch
from PIL import Image
from diffusers import QwenImageEditPlusPipeline
Expand Down