ZhenYe234 commited on
Commit
7f48146
·
verified ·
1 Parent(s): 7a17ea3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -6
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/HKUST-Audio/xcodec2). (Please use new version of xcodec2==0.1.3)
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