Update README.md
Browse files
README.md
CHANGED
@@ -89,7 +89,7 @@ inputs = processor(
|
|
89 |
return_tensors="pt",
|
90 |
)
|
91 |
|
92 |
-
speech_values = model.
|
93 |
```
|
94 |
|
95 |
3. Listen to the speech samples either in an ipynb notebook:
|
|
|
89 |
return_tensors="pt",
|
90 |
)
|
91 |
|
92 |
+
speech_values = model.generate(**inputs, do_sample=True)
|
93 |
```
|
94 |
|
95 |
3. Listen to the speech samples either in an ipynb notebook:
|