UnityPaul commited on
Commit
7fd4d20
1 Parent(s): 7d6e6d2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -3,7 +3,9 @@ license: cc-by-4.0
3
  library_name: unity-sentis
4
  ---
5
 
6
- # Jets Text-to-Speech Model validated for Unity Sentis
 
 
7
  This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jets). It takes in a text string which you convert to phonemes using a dictionary and then outputs a wav to play the voice.
8
 
9
  ## How to Use
 
3
  library_name: unity-sentis
4
  ---
5
 
6
+ # Jets Text-to-Speech Model validated for Unity Sentis (Version 1.3.0-pre.3 Only*)
7
+ *Version 1.3.0 Sentis files are not compatible with version 1.4.0 and above and will need to be recreated
8
+
9
  This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jets). It takes in a text string which you convert to phonemes using a dictionary and then outputs a wav to play the voice.
10
 
11
  ## How to Use