Spaces:
Running
Running
mrfakename
commited on
Commit
โข
2987626
1
Parent(s):
f109d3d
Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,6 @@ INSTR = """
|
|
146 |
* Model names are revealed after the vote is cast.
|
147 |
|
148 |
Note: The models could take up to 30 seconds to synthesize audio.
|
149 |
-
|
150 |
-
## Synthesize now!
|
151 |
""".strip()
|
152 |
request = ''
|
153 |
if SPACE_ID:
|
@@ -197,11 +195,13 @@ Random sentences come from a filtered subset of the [Harvard Sentences](https://
|
|
197 |
LDESC = """
|
198 |
## ๐ Leaderboard
|
199 |
|
200 |
-
|
|
|
|
|
201 |
|
202 |
-
Important:
|
203 |
|
204 |
-
|
205 |
""".strip()
|
206 |
|
207 |
|
|
|
146 |
* Model names are revealed after the vote is cast.
|
147 |
|
148 |
Note: The models could take up to 30 seconds to synthesize audio.
|
|
|
|
|
149 |
""".strip()
|
150 |
request = ''
|
151 |
if SPACE_ID:
|
|
|
195 |
LDESC = """
|
196 |
## ๐ Leaderboard
|
197 |
|
198 |
+
Vote to help the community determine the best text-to-speech (TTS) models.
|
199 |
+
|
200 |
+
The leaderboard displays models in descending order of how natural they sound (based on votes cast by the community).
|
201 |
|
202 |
+
Important: In order to help keep results fair, the leaderboard hides results by default until the number of votes passes a threshold.
|
203 |
|
204 |
+
Check `Reveal preliminary results` checkbox below to view early results.
|
205 |
""".strip()
|
206 |
|
207 |
|