reach-vb HF staff commited on
Commit
e7fc53d
1 Parent(s): 40e663a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
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-small")
100
- model = AutoModel.from_pretrained("suno/bark-small")
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."],