Instructions to use Fhrozen/tts_prodiff_jp_multispk with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- ESPnet
How to use Fhrozen/tts_prodiff_jp_multispk with ESPnet:
from espnet2.bin.tts_inference import Text2Speech model = Text2Speech.from_pretrained("Fhrozen/tts_prodiff_jp_multispk") speech, *_ = model("text to generate speech from") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,7 @@ language:
|
|
| 8 |
datasets:
|
| 9 |
- jvs
|
| 10 |
license: cc-by-4.0
|
|
|
|
| 11 |
---
|
| 12 |
|
| 13 |
## TTS model (Japanese) - ProDiff with GST + X-Vector
|
|
|
|
| 8 |
datasets:
|
| 9 |
- jvs
|
| 10 |
license: cc-by-4.0
|
| 11 |
+
inference: false
|
| 12 |
---
|
| 13 |
|
| 14 |
## TTS model (Japanese) - ProDiff with GST + X-Vector
|