fix huggingface_hub error

```
from huggingface_hub import get_full_repo_name  # for backward compatibility
ImportError: cannot import name 'get_full_repo_name' from 'huggingface_hub' 
```
https://github.com/huggingface/transformers/issues/15062
This commit is contained in:
normalllll 2024-04-02 20:03:57 +08:00 committed by GitHub
parent de9b37a6eb
commit f81dfec089
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -50,3 +50,4 @@ spafe==0.3.2
protobuf==3.20.3
torch_audiomentations
asteroid==0.7.0
chardet