Update README.md
Browse files
README.md
CHANGED
|
@@ -64,7 +64,7 @@ Cls : Break audio clips into non-overlapping 2 second chunks, and return the "[C
|
|
| 64 |
~~~python
|
| 65 |
from transformers import AutoModel, AutoFeatureExtractor
|
| 66 |
|
| 67 |
-
model = AutoModel.from_pretrained("labhamlet/gramt-
|
| 68 |
extractor = AutoFeatureExtractor.from_pretrained("labhamlet/gramt-ambisonics", trust_remote_code=True)
|
| 69 |
|
| 70 |
audio = torch.zeros([1,4,320000])
|
|
|
|
| 64 |
~~~python
|
| 65 |
from transformers import AutoModel, AutoFeatureExtractor
|
| 66 |
|
| 67 |
+
model = AutoModel.from_pretrained("labhamlet/gramt-ambisonics", trust_remote_code=True)
|
| 68 |
extractor = AutoFeatureExtractor.from_pretrained("labhamlet/gramt-ambisonics", trust_remote_code=True)
|
| 69 |
|
| 70 |
audio = torch.zeros([1,4,320000])
|