Update README.md
Browse files
README.md
CHANGED
@@ -37,7 +37,7 @@ Please note that the weight for acoustic model is not provided.
|
|
37 |
import dac
|
38 |
import torch
|
39 |
from pathlib import Path
|
40 |
-
model_url = "https://huggingface.co/sarulab-speech/UTDUSS-Vocoder
|
41 |
model_path = Path(f"/tmp/utduss/{model_url.split('/')[-1]}")
|
42 |
model_path.parent.mkdir(parents=True,exist_ok=True)
|
43 |
torch.hub.download_url_to_file(model_url,model_path)
|
|
|
37 |
import dac
|
38 |
import torch
|
39 |
from pathlib import Path
|
40 |
+
model_url = "https://huggingface.co/sarulab-speech/UTDUSS-Vocoder/resolve/main/expresso_16k_2code.pth"
|
41 |
model_path = Path(f"/tmp/utduss/{model_url.split('/')[-1]}")
|
42 |
model_path.parent.mkdir(parents=True,exist_ok=True)
|
43 |
torch.hub.download_url_to_file(model_url,model_path)
|