patrickvonplaten
commited on
Commit
•
d6ccd88
1
Parent(s):
76bd31c
Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ image = ddpm().images[0]
|
|
43 |
|
44 |
|
45 |
# save image
|
46 |
-
image
|
47 |
```
|
48 |
|
49 |
For more in-detail information, please have a look at the [official inference example](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb)
|
|
|
43 |
|
44 |
|
45 |
# save image
|
46 |
+
image.save("ddpm_generated_image.png")
|
47 |
```
|
48 |
|
49 |
For more in-detail information, please have a look at the [official inference example](https://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb)
|