ZLSCompLing commited on
Commit
6866d41
·
verified ·
1 Parent(s): 5b700f0

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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