ZLSCompLing commited on
Commit
9d5344e
·
verified ·
1 Parent(s): 1c4f3e4

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -33,6 +33,8 @@ This model was trained using the [Coqui TTS](https://github.com/coqui-ai/TTS) fr
33
 
34
  ## Usage
35
 
 
 
36
  ```python
37
  import torch
38
  import scipy.io.wavfile as wavfile
 
33
 
34
  ## Usage
35
 
36
+ **Note:** Text must be lowercased before synthesis. The model does not handle uppercase letters.
37
+
38
  ```python
39
  import torch
40
  import scipy.io.wavfile as wavfile