mrfakename commited on
Commit
eefe027
β€’
1 Parent(s): 95ad5e2

standardize spelling

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -140,14 +140,14 @@ Vote to find the best Text-to-Speech model out there!
140
  INSTR = """
141
  ## Instructions
142
 
143
- * Input the text (English only) to synthesise audio (or press 🎲 for random text).
144
  * Listen to the two audio clips, one after the other.
145
  * Vote on which audio sounds more natural to you.
146
  * Model names are revealed after the vote is cast.
147
 
148
  Note: The models could take up to 30 seconds for synthesising audio.
149
 
150
- ## Synthesise now!
151
  """.strip()
152
  request = ''
153
  if SPACE_ID:
 
140
  INSTR = """
141
  ## Instructions
142
 
143
+ * Input the text (English only) to synthesize audio (or press 🎲 for random text).
144
  * Listen to the two audio clips, one after the other.
145
  * Vote on which audio sounds more natural to you.
146
  * Model names are revealed after the vote is cast.
147
 
148
  Note: The models could take up to 30 seconds for synthesising audio.
149
 
150
+ ## Synthesize now!
151
  """.strip()
152
  request = ''
153
  if SPACE_ID: