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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -0
README.md CHANGED
@@ -9,6 +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
  * Put the c# script on the Main Camera
13
  * Put an AudioSource on the Main Camera
14
  * 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 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