Instructions to use facebook/fastspeech2-en-ljspeech with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Fairseq
How to use facebook/fastspeech2-en-ljspeech with Fairseq:
from fairseq.checkpoint_utils import load_model_ensemble_and_task_from_hf_hub models, cfg, task = load_model_ensemble_and_task_from_hf_hub( "facebook/fastspeech2-en-ljspeech" ) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,6 +8,9 @@ tags:
|
|
| 8 |
language: en
|
| 9 |
datasets:
|
| 10 |
- ljspeech
|
|
|
|
|
|
|
|
|
|
| 11 |
---
|
| 12 |
# fastspeech2-en-ljspeech
|
| 13 |
|
|
|
|
| 8 |
language: en
|
| 9 |
datasets:
|
| 10 |
- ljspeech
|
| 11 |
+
widget:
|
| 12 |
+
- text: "Hello, this is a test run."
|
| 13 |
+
example_title: "Hello, this is a test run."
|
| 14 |
---
|
| 15 |
# fastspeech2-en-ljspeech
|
| 16 |
|