mrfakename commited on
Commit
87eb97d
·
verified ·
1 Parent(s): 641fd3c

Sync from GitHub repo

Browse files

This Space is synced from the GitHub repo: https://github.com/SWivid/F5-TTS. Please submit contributions to the Space there

Files changed (1) hide show
  1. README_REPO.md +1 -1
README_REPO.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