Update README.md
Browse files
README.md
CHANGED
@@ -43,12 +43,7 @@ LLaSA: Scaling Train-Time and Inference-Time Compute for LLaMA-based Speech Synt
|
|
43 |
|
44 |
|
45 |
## How to use
|
46 |
-
Install [XCodec2](https://huggingface.co/
|
47 |
-
```bash
|
48 |
-
conda create -n xcodec2 python=3.9
|
49 |
-
conda activate xcodec2
|
50 |
-
pip install xcodec2==0.1.3
|
51 |
-
```
|
52 |
|
53 |
**1. Speech synthesis solely from input text**
|
54 |
```python
|
|
|
43 |
|
44 |
|
45 |
## How to use
|
46 |
+
Install [XCodec2](https://huggingface.co/HKUSTAudio/xcodec2).
|
|
|
|
|
|
|
|
|
|
|
47 |
|
48 |
**1. Speech synthesis solely from input text**
|
49 |
```python
|