Update README.md
Browse files
README.md
CHANGED
@@ -43,7 +43,7 @@ git clone https://github.com/Fadi987/StyleTTS2
|
|
43 |
cd StyleTTS2
|
44 |
```
|
45 |
|
46 |
-
2. Install
|
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
|