Spaces:
Running
Running
dataset link fix
Browse files
app.py
CHANGED
@@ -536,7 +536,7 @@ Generated audio clips cannot be redistributed and may be used for personal, non-
|
|
536 |
|
537 |
Random sentences are sourced from a filtered subset of the [Harvard Sentences](https://www.cs.columbia.edu/~hgs/audio/harvard.html).
|
538 |
""".strip()
|
539 |
-
LDESC = """
|
540 |
## ๐ Leaderboard
|
541 |
|
542 |
Vote to help the community determine the best text-to-speech (TTS) models.
|
|
|
536 |
|
537 |
Random sentences are sourced from a filtered subset of the [Harvard Sentences](https://www.cs.columbia.edu/~hgs/audio/harvard.html).
|
538 |
""".strip()
|
539 |
+
LDESC = f"""
|
540 |
## ๐ Leaderboard
|
541 |
|
542 |
Vote to help the community determine the best text-to-speech (TTS) models.
|