Wataru commited on
Commit
ede0b98
1 Parent(s): 3768f68

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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-Expresso/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)
 
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)