mrfakename commited on
Commit
e5109be
1 Parent(s): 899d58f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -9,7 +9,7 @@ import threading
9
  import time
10
  from huggingface_hub import HfApi
11
 
12
- MUST_BE_LOGGEDIN = "Please login with Hugging Face"
13
  DESCR = """
14
  # TTS Arena
15
 
@@ -19,7 +19,7 @@ INSTR = """
19
  ## Instructions
20
 
21
  * Listen to two anonymous models
22
- * Vote on which one is more natural and realistic, with better prosody and intonation
23
  * If there's a tie, click Skip
24
 
25
  **When you're ready to begin, click the Start button below!** The model names will be revealed once you vote.
 
9
  import time
10
  from huggingface_hub import HfApi
11
 
12
+ MUST_BE_LOGGEDIN = "Please login with Hugging Face to participate in the TTS Arena."
13
  DESCR = """
14
  # TTS Arena
15
 
 
19
  ## Instructions
20
 
21
  * Listen to two anonymous models
22
+ * Vote on which one sounds more like a human to you
23
  * If there's a tie, click Skip
24
 
25
  **When you're ready to begin, click the Start button below!** The model names will be revealed once you vote.