Skip to content

Commit fa468c5

Browse files
docs: api-pipelines-qwenimage typo fix (#12461)
1 parent 8abc7ae commit fa468c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ image_1 = load_image("https://huggingface.co/datasets/huggingface/documentation-
109109
image_2 = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/peng.png")
110110
image = pipe(
111111
image=[image_1, image_2],
112-
prompt="put the penguin and the cat at a game show called "Qwen Edit Plus Games"",
112+
prompt='''put the penguin and the cat at a game show called "Qwen Edit Plus Games"''',
113113
num_inference_steps=50
114114
).images[0]
115115
```

0 commit comments

Comments
 (0)