Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
β’
eefe027
1
Parent(s):
95ad5e2
standardize spelling
Browse files
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
|
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 |
-
##
|
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:
|