Update README.md
Browse files
README.md
CHANGED
@@ -55,7 +55,8 @@ Use the following code to get started with the EnCodec model using a dummy examp
|
|
55 |
|
56 |
```
|
57 |
pip install --upgrade pip
|
58 |
-
pip install --upgrade
|
|
|
59 |
```
|
60 |
|
61 |
Then load an audio sample, and run a forward pass of the model:
|
|
|
55 |
|
56 |
```
|
57 |
pip install --upgrade pip
|
58 |
+
pip install --upgrade datasets[audio]
|
59 |
+
pip install git+https://github.com/huggingface/transformers.git@main
|
60 |
```
|
61 |
|
62 |
Then load an audio sample, and run a forward pass of the model:
|