patrickvonplaten commited on
Commit
4cb6117
1 Parent(s): dab25f0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -43,7 +43,7 @@ image = ddpm().images[0]
43
 
44
 
45
  # save image
46
- image[0].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)
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)