diff --git a/README.md b/README.md index 6ba0e09..4ad5e6a 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ loss.backward() # then it will learn to generate images based on the CLIP image embeddings ``` -Finally, the main contribution of the paper. The repository offers the diffusion prior network. It takes the CLIP text embeddings and tries to generate the CLIP image embeddings. Again, you will need the trained CLIP fron the first step +Finally, the main contribution of the paper. The repository offers the diffusion prior network. It takes the CLIP text embeddings and tries to generate the CLIP image embeddings. Again, you will need the trained CLIP from the first step ```python import torch