onecxi commited on
Commit
9bcd64f
·
verified ·
1 Parent(s): bede457

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -102,13 +102,10 @@ audio = audio_values[0].to(torch.float32).cpu().numpy()
102
  Audio(audio, rate=24000)
103
  ```
104
 
105
- ## ⚠️ Misuse and Abuse Disclaimer
106
 
107
- This Text-to-Speech (TTS) model is provided for research and educational use only. The following are strictly prohibited:
 
108
 
109
- * **Impersonation:** Do not generate speech mimicking real individuals without explicit consent.
110
- * **Deception:** Do not use for fake news, scams, or misleading content.
111
- * **Illegal or Harmful Use:** Do not use for any illegal, harmful, or malicious activities.
112
-
113
- 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.
114
 
 
102
  Audio(audio, rate=24000)
103
  ```
104
 
105
+ ## Disclaimer
106
 
107
+ 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.
108
+ 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.
109
 
110
+ 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.
 
 
 
 
111