Instructions to use nineninesix/kani-tts-400m-zh with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nineninesix/kani-tts-400m-zh with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("text-to-speech", model="nineninesix/kani-tts-400m-zh")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("nineninesix/kani-tts-400m-zh", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
-
license:
|
|
|
|
|
|
|
| 3 |
language:
|
| 4 |
- zh
|
| 5 |
pipeline_tag: text-to-speech
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
| 3 |
+
license_name: lfm1.0
|
| 4 |
+
license_link: https://www.liquid.ai/lfm-license
|
| 5 |
language:
|
| 6 |
- zh
|
| 7 |
pipeline_tag: text-to-speech
|