mkieffer commited on
Commit
f5e78f5
·
verified ·
1 Parent(s): be81a3d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -0
README.md CHANGED
@@ -16,3 +16,12 @@ tags:
16
  just a funny guy
17
 
18
  ![chill](https://cdn-uploads.huggingface.co/production/uploads/6359cac5548e5c7e6e6a247f/AU1E_Qf5Lotlh3l4xcuZJ.jpeg)
 
 
 
 
 
 
 
 
 
 
16
  just a funny guy
17
 
18
  ![chill](https://cdn-uploads.huggingface.co/production/uploads/6359cac5548e5c7e6e6a247f/AU1E_Qf5Lotlh3l4xcuZJ.jpeg)
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
+ ```