PB Unity commited on
Commit
f931e60
1 Parent(s): 48013a6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -9,7 +9,7 @@ This is the [Meta MusicGen](https://huggingface.co/spaces/facebook/MusicGen) mod
9
 
10
  ## How to run this model
11
  * Put the `sentis` and `json` files in the `Assets/StreamingAssets` folder
12
- * Install `com.unity.sentis` and Newtonsoft packages.
13
  * Put the c# script on the Main Camera
14
  * Put an AudioSource on the Main Camera
15
  * Change the prompt in the script file
 
9
 
10
  ## How to run this model
11
  * Put the `sentis` and `json` files in the `Assets/StreamingAssets` folder
12
+ * Install `com.unity.sentis` and `com.unity.nuget.newtonsoft-json` packages.
13
  * Put the c# script on the Main Camera
14
  * Put an AudioSource on the Main Camera
15
  * Change the prompt in the script file