Instructions to use mio/amadeus with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use mio/amadeus with ESPnet:
from espnet2.bin.tts_inference import Text2Speech model = Text2Speech.from_pretrained("mio/amadeus") speech, *_ = model("text to generate speech from") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,8 @@ license: cc-by-4.0
|
|
| 13 |
|
| 14 |
### `mio/amadeus`
|
| 15 |
|
| 16 |
-
This model was trained by mio using amadeus recipe in [espnet](https://github.com/espnet/espnet/).
|
|
|
|
| 17 |
|
| 18 |
### Demo: How to use in ESPnet2
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
### `mio/amadeus`
|
| 15 |
|
| 16 |
+
This model was trained by mio using [amadeus recipe](https://github.com/mio2333/espnet/tree/master/egs2/amadeus/tts1) in [espnet](https://github.com/espnet/espnet/).
|
| 17 |
+
|
| 18 |
|
| 19 |
### Demo: How to use in ESPnet2
|
| 20 |
|