Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -145,7 +145,7 @@ INSTR = """
|
|
| 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
|
| 149 |
|
| 150 |
## Synthesize now!
|
| 151 |
""".strip()
|
|
@@ -191,6 +191,8 @@ We may store text you enter and generated audio. We store a unique ID for each s
|
|
| 191 |
### License
|
| 192 |
|
| 193 |
Generated audio clips cannot be redistributed and used for personal, non-commercial use only.
|
|
|
|
|
|
|
| 194 |
""".strip()
|
| 195 |
LDESC = """
|
| 196 |
## π Leaderboard
|
|
|
|
| 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 to synthesize audio.
|
| 149 |
|
| 150 |
## Synthesize now!
|
| 151 |
""".strip()
|
|
|
|
| 191 |
### License
|
| 192 |
|
| 193 |
Generated audio clips cannot be redistributed and used for personal, non-commercial use only.
|
| 194 |
+
|
| 195 |
+
Random sentences come from a filtered subset of the [Harvard Sentences](https://www.cs.columbia.edu/~hgs/audio/harvard.html).
|
| 196 |
""".strip()
|
| 197 |
LDESC = """
|
| 198 |
## π Leaderboard
|