Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
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
|
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
|
149 |
|
150 |
-
|
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:
|