flexthink
commited on
Commit
·
b8f5538
1
Parent(s):
4a5cf25
Add config.json, fix a readme typo
Browse files- README.md +1 -1
- config.json +3 -0
README.md
CHANGED
|
@@ -21,7 +21,7 @@ First of all, please install SpeechBrain with the following command (local insta
|
|
| 21 |
|
| 22 |
```bash
|
| 23 |
pip install speechbrain
|
| 24 |
-
pip install
|
| 25 |
```
|
| 26 |
|
| 27 |
Please notice that we encourage you to read our tutorials and learn more about
|
|
|
|
| 21 |
|
| 22 |
```bash
|
| 23 |
pip install speechbrain
|
| 24 |
+
pip install transformers
|
| 25 |
```
|
| 26 |
|
| 27 |
Please notice that we encourage you to read our tutorials and learn more about
|
config.json
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"speechbrain_interface": "GraphemeToPhoneme"
|
| 3 |
+
}
|