Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🔊
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
|
@@ -12,7 +12,7 @@ python_version: '3.12'
|
|
| 12 |
|
| 13 |
# BlueTTSV2 — Multilingual text-to-speech With VC
|
| 14 |
|
| 15 |
-
**This Space:** [https://huggingface.co/spaces/notmax123/
|
| 16 |
|
| 17 |
Interactive demo for **[BlueTTS](https://github.com/maxmelichov/BlueTTS)**: fast on-device synthesis with **ONNX Runtime**. Type text, pick a language and voice, and generate audio in the browser. Project site: [lightbluetts.com](https://lightbluetts.com/).
|
| 18 |
|
|
@@ -46,9 +46,9 @@ If you fork this Space and point downloads at a **private** repo, set a Hugging
|
|
| 46 |
|
| 47 |
## Links
|
| 48 |
|
| 49 |
-
- **This demo (Space):** [huggingface.co/spaces/notmax123/Blue](https://huggingface.co/spaces/notmax123/
|
| 50 |
-
- **ONNX weights:** [notmax123/blue-onnx](https://huggingface.co/notmax123/blue-onnx)
|
| 51 |
-
- **PyTorch / training weights:** [notmax123/blue](https://huggingface.co/notmax123/blue)
|
| 52 |
- **Source code:** [maxmelichov/BlueTTS on GitHub](https://github.com/maxmelichov/BlueTTS)
|
| 53 |
- **Hebrew G2P:** [thewh1teagle/renikud](https://huggingface.co/thewh1teagle/renikud)
|
| 54 |
|
|
@@ -70,4 +70,4 @@ uv export --no-hashes --no-emit-project > requirements.txt
|
|
| 70 |
|
| 71 |
## License
|
| 72 |
|
| 73 |
-
See the [BlueTTS](https://github.com/maxmelichov/BlueTTS) repository and the [blue-onnx](https://huggingface.co/notmax123/blue-onnx) model card for licensing of code and weights.
|
|
|
|
| 1 |
---
|
| 2 |
+
title: BlueTTSV2 — Multilingual text-to-speech With VC
|
| 3 |
emoji: 🔊
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
|
|
|
| 12 |
|
| 13 |
# BlueTTSV2 — Multilingual text-to-speech With VC
|
| 14 |
|
| 15 |
+
**This Space:** [https://huggingface.co/spaces/notmax123/BlueV2](https://huggingface.co/spaces/notmax123/BlueV2)
|
| 16 |
|
| 17 |
Interactive demo for **[BlueTTS](https://github.com/maxmelichov/BlueTTS)**: fast on-device synthesis with **ONNX Runtime**. Type text, pick a language and voice, and generate audio in the browser. Project site: [lightbluetts.com](https://lightbluetts.com/).
|
| 18 |
|
|
|
|
| 46 |
|
| 47 |
## Links
|
| 48 |
|
| 49 |
+
- **This demo (Space):** [huggingface.co/spaces/notmax123/Blue](https://huggingface.co/spaces/notmax123/BlueV2)
|
| 50 |
+
- **ONNX weights:** [notmax123/blue-onnx](https://huggingface.co/notmax123/blue-onnx-v2)
|
| 51 |
+
- **PyTorch / training weights:** [notmax123/blue](https://huggingface.co/notmax123/blue-v2)
|
| 52 |
- **Source code:** [maxmelichov/BlueTTS on GitHub](https://github.com/maxmelichov/BlueTTS)
|
| 53 |
- **Hebrew G2P:** [thewh1teagle/renikud](https://huggingface.co/thewh1teagle/renikud)
|
| 54 |
|
|
|
|
| 70 |
|
| 71 |
## License
|
| 72 |
|
| 73 |
+
See the [BlueTTS](https://github.com/maxmelichov/BlueTTS) repository and the [blue-onnx](https://huggingface.co/notmax123/blue-onnx-v2) model card for licensing of code and weights.
|