Update README.md
Browse files
README.md
CHANGED
|
@@ -126,7 +126,7 @@ language:
|
|
| 126 |
|
| 127 |
``` python
|
| 128 |
from huggingface_hub import snapshot_download
|
| 129 |
-
snapshot_download('
|
| 130 |
```
|
| 131 |
|
| 132 |
Optionally, you can unzip `ttsfrd` resource and install `ttsfrd` package for better text normalization performance.
|
|
|
|
| 126 |
|
| 127 |
``` python
|
| 128 |
from huggingface_hub import snapshot_download
|
| 129 |
+
snapshot_download('FunAudioLLM/CosyVoice-ttsfrd', local_dir='pretrained_models/CosyVoice-ttsfrd')
|
| 130 |
```
|
| 131 |
|
| 132 |
Optionally, you can unzip `ttsfrd` resource and install `ttsfrd` package for better text normalization performance.
|