Update README.md
Browse files
README.md
CHANGED
|
@@ -16,3 +16,12 @@ tags:
|
|
| 16 |
just a funny guy
|
| 17 |
|
| 18 |

|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
just a funny guy
|
| 17 |
|
| 18 |

|
| 19 |
+
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
```sh
|
| 23 |
+
uvx --from "pocket-tts @ git+https://github.com/kyutai-labs/pocket-tts.git" pocket-tts generate \
|
| 24 |
+
--voice hf://mkieffer/funny/embeddings/funny-1.safetensors \
|
| 25 |
+
--text "Hello! I'm just a funny guy" \
|
| 26 |
+
--output-path output.wav
|
| 27 |
+
```
|