mesolitica / malaya-speech

Speech Toolkit for Malaysian language, https://malaya-speech.readthedocs.io/
https://malaya-speech.readthedocs.io/
MIT License
240 stars 42 forks source link

Noise_reduction.deep_model #17

Closed guilhermebernieri closed 2 years ago

guilhermebernieri commented 2 years ago

Hi, I can't use malaya_speech.noise_reduction.deep_model(model = 'resnet-unet')

Returns that: RepositoryNotFoundError: 401 Client Error: Repository Not Found for url: https://huggingface.co/huseinzol05/noise-reduction-resnet-unet/resolve/main/model.pb. If the repo is private, make sure you are authenticated. (Request ID: 0MZtnpOaTpwQd6jIfo3tt)

Can someone help me?

Thanks.

huseinzol05 commented 2 years ago

migration issue between backblaze and huggingface, to fix it, try https://malaya-speech.readthedocs.io/en/latest/huggingface-repository.html#Load-model-from-Backblaze

Will migrate ASAP.

huseinzol05 commented 2 years ago
malaya_speech.noise_reduction.deep_model(model = 'resnet-unet')

Solved.