spark-tts
commited on
Commit
·
88b6361
1
Parent(s):
6b4fcb8
Update License
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
@@ -123,6 +123,11 @@ You can start the UI interface by running `python webui.py`, which allows you to
|
|
123 |
|  |  |
|
124 |
|
125 |
|
|
|
|
|
|
|
|
|
|
|
126 |
|
127 |
## Citation
|
128 |
|
@@ -139,6 +144,21 @@ You can start the UI interface by running `python webui.py`, which allows you to
|
|
139 |
```
|
140 |
|
141 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
142 |
## ⚠️ Usage Disclaimer
|
143 |
|
144 |
This project provides a zero-shot voice cloning TTS model intended for academic research, educational purposes, and legitimate applications, such as personalized speech synthesis, assistive technologies, and linguistic research.
|
|
|
1 |
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
|
|
123 |
|  |  |
|
124 |
|
125 |
|
126 |
+
## To-Do List
|
127 |
+
|
128 |
+
- [x] Release the Spark-TTS paper.
|
129 |
+
- [ ] Release the training code.
|
130 |
+
- [ ] Release the training dataset, VoxBox.
|
131 |
|
132 |
## Citation
|
133 |
|
|
|
144 |
```
|
145 |
|
146 |
|
147 |
+
## ⚠ License Update
|
148 |
+
|
149 |
+
The model's license has been updated from Apache 2.0 to CC BY-NC-SA due to the licensing terms of some training data.
|
150 |
+
|
151 |
+
Key Changes:
|
152 |
+
|
153 |
+
- The model can only be used for non-commercial purposes.
|
154 |
+
|
155 |
+
- Any modifications or derivatives must also be released under CC BY-NC-SA 4.0.
|
156 |
+
|
157 |
+
- Proper attribution is required when using or modifying the model.
|
158 |
+
|
159 |
+
Please ensure compliance with the new license terms.
|
160 |
+
|
161 |
+
|
162 |
## ⚠️ Usage Disclaimer
|
163 |
|
164 |
This project provides a zero-shot voice cloning TTS model intended for academic research, educational purposes, and legitimate applications, such as personalized speech synthesis, assistive technologies, and linguistic research.
|