Audio-to-Audio
Transformers
Safetensors
xcodec2
bezzam HF Staff commited on
Commit
b61ecd0
·
verified ·
1 Parent(s): 06250ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -3
README.md CHANGED
@@ -22,9 +22,7 @@ Its architecture is based on X-Codec with several major differences:
22
 
23
  ## Usage example
24
 
25
- Since Xcodec2 isn't yet merged into Transformers, you can install from source from the [corresponding fork](https://github.com/Deep-unlearning/transformers/tree/add-xcodec2).
26
-
27
- Setup
28
  ```python
29
  pip install git+https://github.com/Deep-unlearning/transformers.git@add-xcodec2
30
  ```
 
22
 
23
  ## Usage example
24
 
25
+ Since Xcodec2 isn't yet merged into Transformers, you can install from source from the [corresponding fork](https://github.com/Deep-unlearning/transformers/tree/add-xcodec2):
 
 
26
  ```python
27
  pip install git+https://github.com/Deep-unlearning/transformers.git@add-xcodec2
28
  ```