chore: update readme.md
Browse files
README.md
CHANGED
|
@@ -110,9 +110,6 @@ cp VersperClaw ~/.local/bin
|
|
| 110 |
# CN girl voice
|
| 111 |
"voiceLanguage": "zh-CN",
|
| 112 |
"voiceTTSVoice": "zh-CN-XiaoxiaoNeural"
|
| 113 |
-
|
| 114 |
-
|
| 115 |
-
|
| 116 |
}
|
| 117 |
```
|
| 118 |
|
|
@@ -164,8 +161,6 @@ uv pip install faster-whisper edge-tts voxcpm
|
|
| 164 |
|
| 165 |
hf download Systran/faster-whisper-base \
|
| 166 |
--local-dir ~/.cache/huggingface/hub/models--Systran--faster-whisper-base
|
| 167 |
-
|
| 168 |
-
|
| 169 |
```
|
| 170 |
|
| 171 |
|
|
|
|
| 110 |
# CN girl voice
|
| 111 |
"voiceLanguage": "zh-CN",
|
| 112 |
"voiceTTSVoice": "zh-CN-XiaoxiaoNeural"
|
|
|
|
|
|
|
|
|
|
| 113 |
}
|
| 114 |
```
|
| 115 |
|
|
|
|
| 161 |
|
| 162 |
hf download Systran/faster-whisper-base \
|
| 163 |
--local-dir ~/.cache/huggingface/hub/models--Systran--faster-whisper-base
|
|
|
|
|
|
|
| 164 |
```
|
| 165 |
|
| 166 |
|