Update README.md
Browse files
README.md
CHANGED
|
@@ -21,9 +21,10 @@ pip install -r requirements.txt
|
|
| 21 |
|
| 22 |
## Pre-Trained Models
|
| 23 |
You can download the pre-trained LibriTTS model [here](https://drive.google.com/drive/folders/1Dn8f2PUodjME_SsfkJ8SGEtusXJNvkZI?usp=sharing) and copy to cp\_scnet directory.
|
| 24 |
-
|
|
|
|
| 25 |
```bash
|
| 26 |
-
huggingface-cli download vspeech/SCNet --local-dir cp_scnet
|
| 27 |
```
|
| 28 |
|
| 29 |
## Inference
|
|
|
|
| 21 |
|
| 22 |
## Pre-Trained Models
|
| 23 |
You can download the pre-trained LibriTTS model [here](https://drive.google.com/drive/folders/1Dn8f2PUodjME_SsfkJ8SGEtusXJNvkZI?usp=sharing) and copy to cp\_scnet directory.
|
| 24 |
+
|
| 25 |
+
Or download from huggingface:
|
| 26 |
```bash
|
| 27 |
+
huggingface-cli download vspeech/SCNet g_02005000 config.json --local-dir cp_scnet
|
| 28 |
```
|
| 29 |
|
| 30 |
## Inference
|