bobd-unity commited on
Commit
b822802
·
verified ·
1 Parent(s): a6d3433

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +0 -1
README.md CHANGED
@@ -14,7 +14,6 @@ This is the [Whisper Tiny](https://huggingface.co/openai/whisper-tiny) model run
14
 
15
  * Create a new scene in Unity 6;
16
  * Install `com.unity.ai.inference` from the package manager;
17
- * Install `com.unity.nuget.newtonsoft-json` from the package manager;
18
  * Add the `RunWhisper.cs` script to the Main Camera;
19
  * Drag the `decoder_model.onnx` asset from the `models` folder into the `Audio Decoder 1` field;
20
  * Drag the `decoder_with_past_model.onnx` asset from the `models` folder into the `Audio Decoder 2` field;
 
14
 
15
  * Create a new scene in Unity 6;
16
  * Install `com.unity.ai.inference` from the package manager;
 
17
  * Add the `RunWhisper.cs` script to the Main Camera;
18
  * Drag the `decoder_model.onnx` asset from the `models` folder into the `Audio Decoder 1` field;
19
  * Drag the `decoder_with_past_model.onnx` asset from the `models` folder into the `Audio Decoder 2` field;