UnityPaul commited on
Commit
90d24e8
1 Parent(s): 5705107

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -10,7 +10,7 @@ This is a text to speech model called [Jets](https://huggingface.co/imdanboy/jet
10
 
11
  ## How to Use
12
  * Create a new scene in Unity 2023
13
- * Install `com.unity.sentis` version `1.3.0-pre.3` package
14
  * Put the c# script on the Main Camera
15
  * Put the `sentis` file and the `phoneme_dict.txt` file in the `Assets/StreamingAssets` folder
16
  * Add an AudioSource component on the Main Camera
 
10
 
11
  ## How to Use
12
  * Create a new scene in Unity 2023
13
+ * Install `com.unity.sentis` version `1.4.0-pre.2` package
14
  * Put the c# script on the Main Camera
15
  * Put the `sentis` file and the `phoneme_dict.txt` file in the `Assets/StreamingAssets` folder
16
  * Add an AudioSource component on the Main Camera