spark-tts
commited on
Commit
·
b63203d
1
Parent(s):
8cf7fba
Update License
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
license:
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
@@ -144,6 +144,21 @@ You can start the UI interface by running `python webui.py`, which allows you to
|
|
144 |
```
|
145 |
|
146 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
147 |
## ⚠️ Usage Disclaimer
|
148 |
|
149 |
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
|
3 |
language:
|
4 |
- en
|
5 |
- zh
|
|
|
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.
|
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.
|