patrickvonplaten mxwsn commited on
Commit
16ad61f
1 Parent(s): bdd0dcf

Fix broken link for inference example (#9)

Browse files

- Fix broken link for inference example (f787a9fcf36fb132304a942199b94432982ed011)


Co-authored-by: Max Shen <mxwsn@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -46,7 +46,7 @@ image = ddpm()["sample"]
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](hhttps://colab.research.google.com/github/huggingface/notebooks/blob/main/diffusers/diffusers_intro.ipynb)
50
 
51
  ## Training
52
 
 
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)
50
 
51
  ## Training
52