fadi77 commited on
Commit
06bd211
·
verified ·
1 Parent(s): 567f33b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,7 +43,7 @@ git clone https://github.com/Fadi987/StyleTTS2
43
  cd StyleTTS2
44
  ```
45
 
46
- 2. Install the required system dependencies:
47
  ```bash
48
  # For macOS
49
  brew install espeak-ng
@@ -60,7 +60,7 @@ sudo apt-get install espeak-ng
60
  pip install -r requirements.txt
61
  ```
62
 
63
- 4. Download the model files from this repository
64
 
65
  5. Run inference using:
66
  ```bash
 
43
  cd StyleTTS2
44
  ```
45
 
46
+ 2. Install `espeak-ng` for phonemization backend:
47
  ```bash
48
  # For macOS
49
  brew install espeak-ng
 
60
  pip install -r requirements.txt
61
  ```
62
 
63
+ 4. Download the `model.pth` and `config.yml` files from this repository
64
 
65
  5. Run inference using:
66
  ```bash