Update README.md
Browse files
README.md
CHANGED
@@ -32,7 +32,7 @@ We continue to expand [Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-lla
|
|
32 |
|
33 |
## How to Get Started with the Model
|
34 |
|
35 |
-
```
|
36 |
import torch
|
37 |
import torchaudio
|
38 |
from encodec import EncodecModel
|
|
|
32 |
|
33 |
## How to Get Started with the Model
|
34 |
|
35 |
+
```python
|
36 |
import torch
|
37 |
import torchaudio
|
38 |
from encodec import EncodecModel
|