diff --git a/README.md b/README.md
index 8af11d2a54..b39656c4e1 100644
--- a/README.md
+++ b/README.md
@@ -133,11 +133,12 @@ ______________________________________________________________________
### Examples
Explore various types of training possible with PyTorch Lightning. Pretrain and finetune ANY kind of model to perform ANY task like classification, segmentation, summarization and more:
-| Task | Description | Run |
-|---|---|---|
-| [Hello world](#hello-simple-model) | Pretrain - Hello world example | |
-| [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | |
-| [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | |
+| Task | Description | Run |
+|-------------------------------------------------------------------------------------------------------------|------------------------------------------------|---|
+| [Hello world](#hello-simple-model) | Pretrain - Hello world example | |
+| [Image segmentation](https://lightning.ai/lightning-ai/studios/image-segmentation-with-pytorch-lightning) | Finetune - ResNet-50 model to segment images | |
+| [Text classification](https://lightning.ai/lightning-ai/studios/text-classification-with-pytorch-lightning) | Finetune - text classifier (BERT model) | |
+| [Audio generation](https://lightning.ai/lightning-ai/studios/finetune-a-personal-ai-music-generator) | Finetune - audio generator (transformer model) | |
### Hello simple model