Instructions to use BibEBobberson/Piper with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use BibEBobberson/Piper with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("BibEBobberson/Piper", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Piper/Alan/config.json
Browse files- config.json +2 -2
config.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
{
|
| 2 |
-
"dataset": "
|
| 3 |
"audio": {
|
| 4 |
"sample_rate": 22050,
|
| 5 |
-
"quality": "
|
| 6 |
},
|
| 7 |
"espeak": {
|
| 8 |
"voice": "en-us"
|
|
|
|
| 1 |
{
|
| 2 |
+
"dataset": "Alan-Rickman",
|
| 3 |
"audio": {
|
| 4 |
"sample_rate": 22050,
|
| 5 |
+
"quality": "Alan-Rickman"
|
| 6 |
},
|
| 7 |
"espeak": {
|
| 8 |
"voice": "en-us"
|