Unverified Commit 21e34d2a authored by Yoach Lacombe's avatar Yoach Lacombe Committed by GitHub
Browse files

Update README.md with video

parent 36b37763
...@@ -17,7 +17,6 @@ This repository contains the inference and training code for Parler-TTS. It is d ...@@ -17,7 +17,6 @@ This repository contains the inference and training code for Parler-TTS. It is d
* [Demo](https://huggingface.co/spaces/parler-tts/parler_tts_mini) * [Demo](https://huggingface.co/spaces/parler-tts/parler_tts_mini)
* [Model weights and datasets](https://huggingface.co/parler-tts) * [Model weights and datasets](https://huggingface.co/parler-tts)
## Usage ## Usage
> [!TIP] > [!TIP]
...@@ -47,6 +46,9 @@ audio_arr = generation.cpu().numpy().squeeze() ...@@ -47,6 +46,9 @@ audio_arr = generation.cpu().numpy().squeeze()
sf.write("parler_tts_out.wav", audio_arr, model.config.sampling_rate) 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 ## Installation
Parler-TTS has light-weight dependencies and can be installed in one line: Parler-TTS has light-weight dependencies and can be installed in one line:
......
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