alkzar90 commited on
Commit
397465c
1 Parent(s): 52d393a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ ddpm = DDPMPipeline.from_pretrained(model_id) # you can replace DDPMPipeline wi
46
  image = ddpm().images[0]
47
 
48
  # save image
49
- image.save("ddpm_generated_image.png")
50
  ```
51
 
52
  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)
 
46
  image = ddpm().images[0]
47
 
48
  # save image
49
+ image.save("ddpo_incompressibility_generated_image.png")
50
  ```
51
 
52
  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)