We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36b3776 commit 21e34d2Copy full SHA for 21e34d2
README.md
@@ -17,7 +17,6 @@ This repository contains the inference and training code for Parler-TTS. It is d
17
* [Demo](https://huggingface.co/spaces/parler-tts/parler_tts_mini)
18
* [Model weights and datasets](https://huggingface.co/parler-tts)
19
20
-
21
## Usage
22
23
> [!TIP]
@@ -47,6 +46,9 @@ audio_arr = generation.cpu().numpy().squeeze()
47
46
sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate)
48
```
49
+https://github.com/huggingface/parler-tts/assets/52246514/251e2488-fe6e-42c1-81cd-814c5b7795b0
50
+
51
52
## Installation
53
54
Parler-TTS has light-weight dependencies and can be installed in one line:
0 commit comments