Update README.md
Browse files
README.md
CHANGED
|
@@ -55,4 +55,7 @@ const output = await tts_interface.generate({
|
|
| 55 |
|
| 56 |
// Save the synthesized speech to a file
|
| 57 |
output.save("output.wav");
|
| 58 |
-
```
|
|
|
|
|
|
|
|
|
|
|
|
| 55 |
|
| 56 |
// Save the synthesized speech to a file
|
| 57 |
output.save("output.wav");
|
| 58 |
+
```
|
| 59 |
+
|
| 60 |
+
<audio controls src="https://cdn-uploads.huggingface.co/production/uploads/61b253b7ac5ecaae3d1efe0c/6gYU9b43qxPm9Tbg8z4Pa.wav"></audio>
|
| 61 |
+
|