Link more clearly to tts-voices repo
Browse files
README.md
CHANGED
@@ -12,7 +12,10 @@ tags:
|
|
12 |
|
13 |
See also the [project page](https://kyutai.org/next/tts),
|
14 |
the [Colab example](https://colab.research.google.com/github/kyutai-labs/delayed-streams-modeling/blob/main/tts_pytorch.ipynb),
|
15 |
-
|
|
|
|
|
|
|
16 |
|
17 |
This is a model for streaming text-to-speech (TTS).
|
18 |
Unlike offline text-to-speech, where the model needs the entire text to produce the audio,
|
|
|
12 |
|
13 |
See also the [project page](https://kyutai.org/next/tts),
|
14 |
the [Colab example](https://colab.research.google.com/github/kyutai-labs/delayed-streams-modeling/blob/main/tts_pytorch.ipynb),
|
15 |
+
the [GitHub repository](https://github.com/kyutai-labs/delayed-streams-modeling/),
|
16 |
+
and the [repository of voices](https://huggingface.co/kyutai/tts-voices).
|
17 |
+
|
18 |
+
Pre-print research paper is coming soon!
|
19 |
|
20 |
This is a model for streaming text-to-speech (TTS).
|
21 |
Unlike offline text-to-speech, where the model needs the entire text to produce the audio,
|