Unverified Commit ddc89204 authored by Suraj Patil's avatar Suraj Patil Committed by GitHub
Browse files

Update README.md

parent d57107de
...@@ -164,7 +164,7 @@ image_pil = PIL.Image.fromarray(image_processed[0]) ...@@ -164,7 +164,7 @@ image_pil = PIL.Image.fromarray(image_processed[0])
image_pil.save("test.png") image_pil.save("test.png")
``` ```
**Text to Image generation with Latent Diffusion** #### **Text to Image generation with Latent Diffusion**
```python ```python
from diffusers import DiffusionPipeline from diffusers import DiffusionPipeline
...@@ -186,7 +186,7 @@ image_pil = PIL.Image.fromarray(image_processed[0]) ...@@ -186,7 +186,7 @@ image_pil = PIL.Image.fromarray(image_processed[0])
image_pil.save("test.png") image_pil.save("test.png")
``` ```
**Text to speech with BDDM** #### **Text to speech with BDDM**
_Follow the isnstructions [here](https://pytorch.org/hub/nvidia_deeplearningexamples_tacotron2/) to load tacotron2 model._ _Follow the isnstructions [here](https://pytorch.org/hub/nvidia_deeplearningexamples_tacotron2/) to load tacotron2 model._
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment