mrfakename commited on
Commit
2987626
β€’
1 Parent(s): f109d3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
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
- A list of the models based on how natural they sound (according to the votes cast)!
 
 
201
 
202
- Important: The leaderboard will be hidden by default until a human ratings threshold has been achieved to keep the results fair.
203
 
204
- Tick the `Reveal preliminary results` checkbox below if you wish to see the raw data.
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