Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,6 @@ just a funny guy
|
|
| 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 |
```
|
|
|
|
| 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 there! I'm just a funny guy" \
|
| 26 |
--output-path output.wav
|
| 27 |
```
|