Update app.py
Browse files
app.py
CHANGED
|
@@ -177,6 +177,10 @@ The TTS Arena is an attempt to benchmark these models and find the highest-quali
|
|
| 177 |
### Privacy Statement
|
| 178 |
|
| 179 |
We may store text you enter and generated audio. We store a unique ID for each session.
|
|
|
|
|
|
|
|
|
|
|
|
|
| 180 |
""".strip()
|
| 181 |
LDESC = """
|
| 182 |
## Leaderboard
|
|
|
|
| 177 |
### Privacy Statement
|
| 178 |
|
| 179 |
We may store text you enter and generated audio. We store a unique ID for each session.
|
| 180 |
+
|
| 181 |
+
### License
|
| 182 |
+
|
| 183 |
+
Please assume all audio clips are not licensed to be redistributed and may only be used for personal, non-commercial use.
|
| 184 |
""".strip()
|
| 185 |
LDESC = """
|
| 186 |
## Leaderboard
|