Skip to content

Commit 21e34d2

Browse files
authored
Update README.md with video
1 parent 36b3776 commit 21e34d2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ 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-
2120
## Usage
2221

2322
> [!TIP]
@@ -47,6 +46,9 @@ audio_arr = generation.cpu().numpy().squeeze()
4746
sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate)
4847
```
4948

49+
https://github.com/huggingface/parler-tts/assets/52246514/251e2488-fe6e-42c1-81cd-814c5b7795b0
50+
51+
5052
## Installation
5153

5254
Parler-TTS has light-weight dependencies and can be installed in one line:

0 commit comments

Comments
 (0)