Update README.md
Browse files
README.md
CHANGED
|
@@ -49,7 +49,7 @@ its output into a speech waveform.
|
|
| 49 |
The quality of the samples can vary depending on the speaker.
|
| 50 |
This may be due to the sensitivity of the model in learning specific frequencies and also due to the quality of samples for each speaker.
|
| 51 |
|
| 52 |
-
## How to
|
| 53 |
|
| 54 |
### Installation
|
| 55 |
|
|
@@ -83,11 +83,12 @@ Clone the repository:
|
|
| 83 |
|
| 84 |
```bash
|
| 85 |
git clone -b dev-cat-hf https://github.com/langtech-bsc/Matcha-TTS.git
|
|
|
|
| 86 |
|
| 87 |
```
|
| 88 |
-
Install
|
| 89 |
```bash
|
| 90 |
-
pip install
|
| 91 |
|
| 92 |
```
|
| 93 |
|
|
|
|
| 49 |
The quality of the samples can vary depending on the speaker.
|
| 50 |
This may be due to the sensitivity of the model in learning specific frequencies and also due to the quality of samples for each speaker.
|
| 51 |
|
| 52 |
+
## How to Get Started with the Model
|
| 53 |
|
| 54 |
### Installation
|
| 55 |
|
|
|
|
| 83 |
|
| 84 |
```bash
|
| 85 |
git clone -b dev-cat-hf https://github.com/langtech-bsc/Matcha-TTS.git
|
| 86 |
+
cd Matcha-TTS
|
| 87 |
|
| 88 |
```
|
| 89 |
+
Install the package from source:
|
| 90 |
```bash
|
| 91 |
+
pip install -e .
|
| 92 |
|
| 93 |
```
|
| 94 |
|