Commit
·
b413fa9
1
Parent(s):
553dbfe
🦋 Update README
Browse files
README.md
CHANGED
|
@@ -23,7 +23,7 @@ First of all, please install TensorFlowTTS with the following command:
|
|
| 23 |
pip install TensorFlowTTS
|
| 24 |
```
|
| 25 |
|
| 26 |
-
### Converting your Text to Wav
|
| 27 |
```python
|
| 28 |
import soundfile as sf
|
| 29 |
import numpy as np
|
|
|
|
| 23 |
pip install TensorFlowTTS
|
| 24 |
```
|
| 25 |
|
| 26 |
+
### Converting your Text to Wav
|
| 27 |
```python
|
| 28 |
import soundfile as sf
|
| 29 |
import numpy as np
|