Skip to content

Commit 10016fb

Browse files
change ordering
1 parent 21e34d2 commit 10016fb

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,14 @@ This repository contains the inference and training code for Parler-TTS. It is d
1717
* [Demo](https://huggingface.co/spaces/parler-tts/parler_tts_mini)
1818
* [Model weights and datasets](https://huggingface.co/parler-tts)
1919

20+
## Installation
21+
22+
Parler-TTS has light-weight dependencies and can be installed in one line:
23+
24+
```sh
25+
pip install git+https://github.com/huggingface/parler-tts.git
26+
```
27+
2028
## Usage
2129

2230
> [!TIP]
@@ -48,15 +56,6 @@ sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate)
4856

4957
https://github.com/huggingface/parler-tts/assets/52246514/251e2488-fe6e-42c1-81cd-814c5b7795b0
5058

51-
52-
## Installation
53-
54-
Parler-TTS has light-weight dependencies and can be installed in one line:
55-
56-
```sh
57-
pip install git+https://github.com/huggingface/parler-tts.git
58-
```
59-
6059
## Training
6160

6261
The [training folder](/training/) contains all the information to train or fine-tune your own Parler-TTS model. It consists of:

0 commit comments

Comments
 (0)