mirror of
https://github.com/huggingface/diffusers.git
synced 2026-01-29 07:22:12 +03:00
style
This commit is contained in:
@@ -71,7 +71,7 @@ EXAMPLE_DOC_STRING = """
|
||||
... )
|
||||
>>> pipe.to("cuda")
|
||||
|
||||
>>> image = pipe(prompt='a tiny astronaut hatching from an egg on the moon')[0]
|
||||
>>> image = pipe(prompt="a tiny astronaut hatching from an egg on the moon")[0]
|
||||
>>> image[0].save("output.png")
|
||||
```
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user