PB Unity
commited on
Update README.md
Browse files
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
|
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
|