Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,3 @@
|
|
| 1 |
-
---
|
| 2 |
license: cc-by-nc-4.0
|
| 3 |
language:
|
| 4 |
- zh
|
|
@@ -52,12 +51,13 @@ We provide two model variants:
|
|
| 52 |
|
| 53 |
## Quick Start
|
| 54 |
|
| 55 |
-
|
| 56 |
# Download through Hugging Face
|
|
|
|
| 57 |
pip install -U "huggingface_hub[cli]"
|
| 58 |
huggingface-cli download mcshao/LAT-Audio --local-dir ./LAT-Audio
|
| 59 |
huggingface-cli download mcshao/LAT-Audio-Base --local-dir ./LAT-Audio-Base
|
| 60 |
-
|
| 61 |
|
| 62 |
For detailed inference methods and examples, please refer to the official repository:
|
| 63 |
👉 https://github.com/alanshaoTT/LAT-Audio-Repo
|
|
|
|
|
|
|
| 1 |
license: cc-by-nc-4.0
|
| 2 |
language:
|
| 3 |
- zh
|
|
|
|
| 51 |
|
| 52 |
## Quick Start
|
| 53 |
|
| 54 |
+
|
| 55 |
# Download through Hugging Face
|
| 56 |
+
```
|
| 57 |
pip install -U "huggingface_hub[cli]"
|
| 58 |
huggingface-cli download mcshao/LAT-Audio --local-dir ./LAT-Audio
|
| 59 |
huggingface-cli download mcshao/LAT-Audio-Base --local-dir ./LAT-Audio-Base
|
| 60 |
+
```
|
| 61 |
|
| 62 |
For detailed inference methods and examples, please refer to the official repository:
|
| 63 |
👉 https://github.com/alanshaoTT/LAT-Audio-Repo
|