Skip to content

Commit 1791306

Browse files
authored
[Fix] syntax in QwenImageEditPlusPipeline (#12371)
* Fixes syntax for consistency among pipelines * Update test_qwenimage_edit_plus.py
1 parent df6516a commit 1791306

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/source/en/api/pipelines/qwenimage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ image.save("qwen_fewsteps.png")
9595

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

98-
```
98+
```py
9999
import torch
100100
from PIL import Image
101101
from diffusers import QwenImageEditPlusPipeline

0 commit comments

Comments
 (0)