Instructions to use flexthink/soundchoice-g2p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- speechbrain
How to use flexthink/soundchoice-g2p with speechbrain:
# interface in config.json invalid
- Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,6 +12,7 @@ First of all, please install SpeechBrain with the following command (local insta
|
|
| 12 |
|
| 13 |
```bash
|
| 14 |
pip install speechbrain
|
|
|
|
| 15 |
```
|
| 16 |
|
| 17 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
|
| 12 |
|
| 13 |
```bash
|
| 14 |
pip install speechbrain
|
| 15 |
+
pip install Transformers
|
| 16 |
```
|
| 17 |
|
| 18 |
Please notice that we encourage you to read our tutorials and learn more about
|