Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
|
@@ -37,6 +37,8 @@ This model was trained using the [Coqui TTS](https://github.com/coqui-ai/TTS) fr
|
|
| 37 |
|
| 38 |
## Usage
|
| 39 |
|
|
|
|
|
|
|
| 40 |
```python
|
| 41 |
import torch
|
| 42 |
import scipy.io.wavfile as wavfile
|
|
|
|
| 37 |
|
| 38 |
## Usage
|
| 39 |
|
| 40 |
+
**Note:** Text must be lowercased before synthesis. The model does not handle uppercase letters.
|
| 41 |
+
|
| 42 |
```python
|
| 43 |
import torch
|
| 44 |
import scipy.io.wavfile as wavfile
|