Unverified Commit 10016fb0 authored by Sanchit Gandhi's avatar Sanchit Gandhi Committed by GitHub
Browse files

change ordering

parent 21e34d2a
......@@ -17,6 +17,14 @@ This repository contains the inference and training code for Parler-TTS. It is d
* [Demo](https://huggingface.co/spaces/parler-tts/parler_tts_mini)
* [Model weights and datasets](https://huggingface.co/parler-tts)
## Installation
Parler-TTS has light-weight dependencies and can be installed in one line:
```sh
pip install git+https://github.com/huggingface/parler-tts.git
```
## Usage
> [!TIP]
......@@ -48,15 +56,6 @@ sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate)
https://github.com/huggingface/parler-tts/assets/52246514/251e2488-fe6e-42c1-81cd-814c5b7795b0
## Installation
Parler-TTS has light-weight dependencies and can be installed in one line:
```sh
pip install git+https://github.com/huggingface/parler-tts.git
```
## Training
The [training folder](/training/) contains all the information to train or fine-tune your own Parler-TTS model. It consists of:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment