Update README.md
Browse files
README.md
CHANGED
@@ -96,8 +96,8 @@ scipy.io.wavfile.write("bark_out.wav", rate=speech["sampling_rate"], data=speech
|
|
96 |
```python
|
97 |
from transformers import AutoProcessor, AutoModel
|
98 |
|
99 |
-
processor = AutoProcessor.from_pretrained("suno/bark
|
100 |
-
model = AutoModel.from_pretrained("suno/bark
|
101 |
|
102 |
inputs = processor(
|
103 |
text=["Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe."],
|
|
|
96 |
```python
|
97 |
from transformers import AutoProcessor, AutoModel
|
98 |
|
99 |
+
processor = AutoProcessor.from_pretrained("suno/bark")
|
100 |
+
model = AutoModel.from_pretrained("suno/bark")
|
101 |
|
102 |
inputs = processor(
|
103 |
text=["Hello, my name is Suno. And, uh — and I like pizza. [laughs] But I also have other interests such as playing tic tac toe."],
|