Text-to-Speech
PyTorch
ONNX
Catalan
matcha-tts
acoustic modelling
speech
multispeaker
AlexK-PL commited on
Commit
62c40e0
1 Parent(s): 7930598

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -3
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 Use
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 its requirements:
89
  ```bash
90
- pip install requirements.txt
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