Text-to-Speech
Transformers
Safetensors
English
parler_tts
text2text-generation
annotation
sanchit-gandhi HF staff commited on
Commit
95d88b6
1 Parent(s): 45bec18

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -101,7 +101,7 @@ install DataSpeech and Parler-TTS sequentially:
101
  ```sh
102
  git clone git@github.com:huggingface/dataspeech.git && cd dataspeech && pip install -r requirements.txt
103
  cd ..
104
- git clone https://github.com/huggingface/parler-tts.git && cd parler-tts && pip install -e .[train]
105
  cd ..
106
  ```
107
 
 
101
  ```sh
102
  git clone git@github.com:huggingface/dataspeech.git && cd dataspeech && pip install -r requirements.txt
103
  cd ..
104
+ git clone https://github.com/huggingface/parler-tts.git && cd parler-tts && pip install -e ."[train]"
105
  cd ..
106
  ```
107