UnityPaul commited on
Commit
75a92c5
1 Parent(s): 04e1822

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -4,13 +4,13 @@ library_name: unity-sentis
4
  pipeline_tag: text-to-audio
5
  ---
6
 
7
- # MusicGen music generation for Unity Sentis format
8
  This is the [Meta MusicGen](https://huggingface.co/spaces/facebook/MusicGen) model validated for Unity Sentis. This model creates up to 30 seconds of music in the style given by a text prompt.
9
  For example, you could use it to generate original music tracks for your games.
10
 
11
  ## How to run this model
12
  * Put the `sentis` and `json` files in the `Assets/StreamingAssets` folder
13
- * Install `com.unity.sentis` version `1.3.0-pre.3` and `com.unity.nuget.newtonsoft-json` packages.
14
  * Put the c# script on the Main Camera
15
  * Put an AudioSource on the Main Camera
16
  * Change the prompt in the script file
 
4
  pipeline_tag: text-to-audio
5
  ---
6
 
7
+ # MusicGen music generation for Unity Sentis (Version 1.3.0-pre.3 Only)
8
  This is the [Meta MusicGen](https://huggingface.co/spaces/facebook/MusicGen) model validated for Unity Sentis. This model creates up to 30 seconds of music in the style given by a text prompt.
9
  For example, you could use it to generate original music tracks for your games.
10
 
11
  ## How to run this model
12
  * Put the `sentis` and `json` files in the `Assets/StreamingAssets` folder
13
+ * Install `com.unity.sentis` version **`1.3.0-pre.3`** and `com.unity.nuget.newtonsoft-json` packages.
14
  * Put the c# script on the Main Camera
15
  * Put an AudioSource on the Main Camera
16
  * Change the prompt in the script file