onecxi commited on
Commit
56e5b6e
·
verified ·
1 Parent(s): c3c0727

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -7
README.md CHANGED
@@ -95,13 +95,10 @@ audio = audio_values[0].to(torch.float32).cpu().numpy()
95
  Audio(audio, rate=24000)
96
  ```
97
 
98
- ## ⚠️ Misuse and Abuse Disclaimer
99
 
100
- This Text-to-Speech (TTS) model is provided for research and educational use only. The following are strictly prohibited:
 
101
 
102
- * **Impersonation:** Do not generate speech mimicking real individuals without explicit consent.
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