shreyask commited on
Commit
f48a422
·
verified ·
1 Parent(s): e90d181

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -9
README.md CHANGED
@@ -3,23 +3,22 @@ title: Svāra TTS WebGPU
3
  emoji: 🗣️
4
  colorFrom: yellow
5
  colorTo: red
6
- sdk: docker
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
- - shreyask/svara-tts-v1-ONNX
13
- - onnx-community/snac_24khz-ONNX
14
  tags:
15
- - text-to-speech
16
- - indic
17
- - webgpu
18
- - on-device
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.