SWivid commited on
Commit
f65ff9e
·
1 Parent(s): 41f3ca2

v1.1.5 pypi

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -91,7 +91,7 @@ conda activate f5-tts
91
  > ```bash
92
  > git clone https://github.com/SWivid/F5-TTS.git
93
  > cd F5-TTS
94
- > # git submodule update --init --recursive # (optional, if need > bigvgan)
95
  > pip install -e .
96
  > ```
97
 
 
91
  > ```bash
92
  > git clone https://github.com/SWivid/F5-TTS.git
93
  > cd F5-TTS
94
+ > # git submodule update --init --recursive # (optional, if use bigvgan as vocoder)
95
  > pip install -e .
96
  > ```
97