Update app.py
Browse files
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
|
| 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.
|