Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py (#12)
Browse files- Update app.py (15d18bf7a5d3b284b403b7e15baee4404502e018)
Co-authored-by: Vaibhav Srivastav <[email protected]>
app.py
CHANGED
|
@@ -35,7 +35,7 @@ print(f"Using {DB_PATH}")
|
|
| 35 |
# AUDIO_DATASET_ID = "ttseval/tts-arena-new"
|
| 36 |
CITATION_TEXT = """@misc{tts-arena,
|
| 37 |
title = {Text to Speech Arena},
|
| 38 |
-
author = {mrfakename and Srivastav, Vaibhav and Fourrier, Clémentine and Pouget, Lucain and Lacombe, Yoach and main and Sanchit
|
| 39 |
year = 2024,
|
| 40 |
publisher = {Hugging Face},
|
| 41 |
howpublished = "\\url{https://huggingface.co/spaces/TTS-AGI/TTS-Arena}"
|
|
@@ -144,6 +144,8 @@ INSTR = """
|
|
| 144 |
* Vote on which audio sounds more natural to you.
|
| 145 |
* Model names are revealed after the vote is cast.
|
| 146 |
|
|
|
|
|
|
|
| 147 |
## Synthesise now!
|
| 148 |
""".strip()
|
| 149 |
request = ''
|
|
|
|
| 35 |
# AUDIO_DATASET_ID = "ttseval/tts-arena-new"
|
| 36 |
CITATION_TEXT = """@misc{tts-arena,
|
| 37 |
title = {Text to Speech Arena},
|
| 38 |
+
author = {mrfakename and Srivastav, Vaibhav and Fourrier, Clémentine and Pouget, Lucain and Lacombe, Yoach and main and Gandhi, Sanchit},
|
| 39 |
year = 2024,
|
| 40 |
publisher = {Hugging Face},
|
| 41 |
howpublished = "\\url{https://huggingface.co/spaces/TTS-AGI/TTS-Arena}"
|
|
|
|
| 144 |
* Vote on which audio sounds more natural to you.
|
| 145 |
* Model names are revealed after the vote is cast.
|
| 146 |
|
| 147 |
+
Note: The models could take up-to 30 seconds for synthesising audio.
|
| 148 |
+
|
| 149 |
## Synthesise now!
|
| 150 |
""".strip()
|
| 151 |
request = ''
|