Update README.md
Browse files
README.md
CHANGED
@@ -95,13 +95,10 @@ audio = audio_values[0].to(torch.float32).cpu().numpy()
|
|
95 |
Audio(audio, rate=24000)
|
96 |
```
|
97 |
|
98 |
-
##
|
99 |
|
100 |
-
This Text-to-Speech (TTS) model is
|
|
|
101 |
|
102 |
-
|
103 |
-
* **Deception:** Do not use for fake news, scams, or misleading content.
|
104 |
-
* **Illegal or Harmful Use:** Do not use for any illegal, harmful, or malicious activities.
|
105 |
-
|
106 |
-
By using this model, you agree to follow all applicable laws and ethical standards. The creators are **not responsible** for misuse and strongly oppose unethical applications.
|
107 |
|
|
|
95 |
Audio(audio, rate=24000)
|
96 |
```
|
97 |
|
98 |
+
## Disclaimer
|
99 |
|
100 |
+
This Text-to-Speech (TTS) model is intended solely for research and educational use. Any use of the model must comply with all applicable laws, regulations, and ethical standards. The unauthorized use of this model for impersonating real individuals without their explicit consent is strictly prohibited.
|
101 |
+
Additionally, the model must not be used to create or distribute deceptive, misleading, or fraudulent content, including but not limited to fake news or scams. Any use of the model for illegal, harmful, or malicious purposes is expressly forbidden.
|
102 |
|
103 |
+
By using this model, you acknowledge and agree to these terms. The creators and distributors of the model disclaim any liability for misuse and do not support or condone unethical or unlawful applications.
|
|
|
|
|
|
|
|
|
104 |
|