vspeech commited on
Commit
f3e36f2
·
verified ·
1 Parent(s): 350820b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
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
- Or download from huggingface
 
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