Update README.md
Browse files
README.md
CHANGED
|
@@ -53,7 +53,7 @@ For inference, you can follow our [Audio Codec Inference Tutorial](https://githu
|
|
| 53 |
|
| 54 |
Alternatively, you can use the code below, which also handles the automatic checkpoint download:
|
| 55 |
|
| 56 |
-
```
|
| 57 |
import librosa
|
| 58 |
import torch
|
| 59 |
import soundfile as sf
|
|
|
|
| 53 |
|
| 54 |
Alternatively, you can use the code below, which also handles the automatic checkpoint download:
|
| 55 |
|
| 56 |
+
```python
|
| 57 |
import librosa
|
| 58 |
import torch
|
| 59 |
import soundfile as sf
|