edwko commited on
Commit
b7d9437
·
verified ·
1 Parent(s): 16717ee

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -6,7 +6,7 @@ This is a streamlined interface version of [WavTokenizer-large-speech-75token](h
6
 
7
  - Reduced model size from 1.75GB to ~330MB by keeping only necessary components for inference
8
  - Split interface (82MB encoder, 248MB decoder)
9
- - Simplified integration with just [one .py](https://github.com/edwko/OuteTTS) file
10
 
11
  The model is split into:
12
  - `encoder/`: Handles audio encoding
 
6
 
7
  - Reduced model size from 1.75GB to ~330MB by keeping only necessary components for inference
8
  - Split interface (82MB encoder, 248MB decoder)
9
+ - Simplified integration with just [one .py](https://github.com/edwko/OuteTTS/blob/main/outetts/wav_tokenizer/model.py) file
10
 
11
  The model is split into:
12
  - `encoder/`: Handles audio encoding