Text-to-Speech
Transformers
Safetensors
Hindi
English
Chinese
tts
voice-cloning
hindi
spark-tts
qwen2.5
bicodec
Instructions to use kapilkarda/tts-spark with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use kapilkarda/tts-spark with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="kapilkarda/tts-spark")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("kapilkarda/tts-spark", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Upload LLM/model.safetensors with huggingface_hub
Browse files- LLM/model.safetensors +3 -0
LLM/model.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f8ae4197256bcd4e96e1827daaf72834a1f2d724e0fc36c45275be93d2ccd78e
|
| 3 |
+
size 2026568872
|