File size: 469 Bytes
e89c451 d17d66d d846bf3 7cdd277 d846bf3 ce96bc2 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
---
license: cc-by-sa-4.0
language:
- en
library_name: transformers
tags:
- music
- text2speech
- kviai
- billieeilish
---
# Billie Eilish 8k
Billie Eilish model is text2speech model trained on billie eilish's vocals
## Usage
Using transformers:
```Python
from transformers import AutoModel
model = AutoModel.from_pretrained("kviai/billie-eilish-8k")
```
## Rights
License is cc-by-sa-4.0
By KVIAI and [QuickWick](https://huggingface.co/QuickWick/Music-AI-Voices) |