reach-vb HF staff commited on
Commit
acfaa5a
β€’
1 Parent(s): f404a50
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -125,9 +125,9 @@ router = Client("ttseval/tts-router", hf_token=os.getenv('HF_TOKEN'))
125
  ####################################
126
  MUST_BE_LOGGEDIN = "Please login with Hugging Face to participate in the TTS Arena."
127
  DESCR = """
128
- # TTS Arena
129
 
130
- Vote on different speech synthesis models!
131
  """.strip()
132
  # INSTR = """
133
  # ## Instructions
@@ -141,13 +141,13 @@ Vote on different speech synthesis models!
141
  INSTR = """
142
  ## Instructions
143
 
144
- * Input the text to synthesize (or press the 🎲 for a random input text).
145
  * Listen to the two audio clips, one after the other.
146
  * Vote on which audio sounds more natural to you.
147
 
148
- Model names will be revealed after the vote is cast.
149
 
150
- **When you're ready to begin, enter text.**
151
  """.strip()
152
  request = ''
153
  if SPACE_ID:
 
125
  ####################################
126
  MUST_BE_LOGGEDIN = "Please login with Hugging Face to participate in the TTS Arena."
127
  DESCR = """
128
+ # TTS Arena: Benchmarking TTS models in the Wild
129
 
130
+ Vote to find the best Text-to-Speech model out there!
131
  """.strip()
132
  # INSTR = """
133
  # ## Instructions
 
141
  INSTR = """
142
  ## Instructions
143
 
144
+ * Input the text to synthesize audio (or press the 🎲 for a random input text).
145
  * Listen to the two audio clips, one after the other.
146
  * Vote on which audio sounds more natural to you.
147
 
148
+ Model names are revealed after the vote is cast.
149
 
150
+ ## Synthesize now!
151
  """.strip()
152
  request = ''
153
  if SPACE_ID: