Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
|
@@ -3,23 +3,22 @@ title: Svāra TTS WebGPU
|
|
| 3 |
emoji: 🗣️
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
| 6 |
-
sdk:
|
| 7 |
-
app_port: 7860
|
| 8 |
pinned: false
|
| 9 |
license: apache-2.0
|
| 10 |
short_description: Multilingual Indic TTS in your browser, via WebGPU
|
| 11 |
models:
|
| 12 |
-
|
| 13 |
-
|
| 14 |
tags:
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
---
|
| 20 |
|
| 21 |
# Svāra TTS · WebGPU
|
| 22 |
|
| 23 |
Browser-native multilingual TTS for **19 Indian languages** powered by [Svara](https://huggingface.co/kenpath/svara-tts-v1), [SNAC](https://huggingface.co/hubertsiuzdak/snac_24khz), and [Transformers.js v4](https://huggingface.co/docs/transformers.js). Runs 100% locally in the browser after the one-time model download.
|
| 24 |
|
| 25 |
-
This Space ships the built frontend at the repo root and also keeps the source files alongside it for reproducibility.
|
|
|
|
| 3 |
emoji: 🗣️
|
| 4 |
colorFrom: yellow
|
| 5 |
colorTo: red
|
| 6 |
+
sdk: static
|
|
|
|
| 7 |
pinned: false
|
| 8 |
license: apache-2.0
|
| 9 |
short_description: Multilingual Indic TTS in your browser, via WebGPU
|
| 10 |
models:
|
| 11 |
+
- shreyask/svara-tts-v1-ONNX
|
| 12 |
+
- onnx-community/snac_24khz-ONNX
|
| 13 |
tags:
|
| 14 |
+
- text-to-speech
|
| 15 |
+
- indic
|
| 16 |
+
- webgpu
|
| 17 |
+
- on-device
|
| 18 |
---
|
| 19 |
|
| 20 |
# Svāra TTS · WebGPU
|
| 21 |
|
| 22 |
Browser-native multilingual TTS for **19 Indian languages** powered by [Svara](https://huggingface.co/kenpath/svara-tts-v1), [SNAC](https://huggingface.co/hubertsiuzdak/snac_24khz), and [Transformers.js v4](https://huggingface.co/docs/transformers.js). Runs 100% locally in the browser after the one-time model download.
|
| 23 |
|
| 24 |
+
This Space ships the built frontend at the repo root and also keeps the source files alongside it for reproducibility.
|