Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,7 +37,7 @@ print(f"Using {DB_PATH}")
|
|
| 37 |
# AUDIO_DATASET_ID = "ttseval/tts-arena-new"
|
| 38 |
CITATION_TEXT = """@misc{tts-arena,
|
| 39 |
title = {Text to Speech Arena},
|
| 40 |
-
author = {mrfakename and Srivastav, Vaibhav and
|
| 41 |
year = 2024,
|
| 42 |
publisher = {Hugging Face},
|
| 43 |
howpublished = "\\url{https://huggingface.co/spaces/ttseval/TTS-Arena}"
|
|
@@ -167,12 +167,12 @@ For more information, please check out our [blog post]({BLOG_POST_LINK})
|
|
| 167 |
Thank you to the following individuals who helped make this project possible:
|
| 168 |
|
| 169 |
* VB ([Twitter](https://twitter.com/reach_vb) / [Hugging Face](https://huggingface.co/reach-vb))
|
| 170 |
-
* Lucain Pouget ([Twitter](https://twitter.com/Wauplin) / [Hugging Face](https://huggingface.co/Wauplin))
|
| 171 |
* Clémentine Fourrier ([Twitter](https://twitter.com/clefourrier) / [Hugging Face](https://huggingface.co/clefourrier))
|
|
|
|
| 172 |
* Yoach Lacombe ([Twitter](https://twitter.com/yoachlacombe) / [Hugging Face](https://huggingface.co/ylacombe))
|
| 173 |
* Main Horse ([Twitter](https://twitter.com/main_horse) / [Hugging Face](https://huggingface.co/main-horse))
|
| 174 |
-
* Apolinário Passos ([Twitter](https://twitter.com/multimodalart) / [Hugging Face](https://huggingface.co/multimodalart))
|
| 175 |
* Sanchit Gandhi ([Twitter](https://twitter.com/sanchitgandhi99) / [Hugging Face](https://huggingface.co/sanchit-gandhi))
|
|
|
|
| 176 |
* Pedro Cuenca ([Twitter](https://twitter.com/pcuenq) / [Hugging Face](https://huggingface.co/pcuenq))
|
| 177 |
|
| 178 |
{request}
|
|
|
|
| 37 |
# AUDIO_DATASET_ID = "ttseval/tts-arena-new"
|
| 38 |
CITATION_TEXT = """@misc{tts-arena,
|
| 39 |
title = {Text to Speech Arena},
|
| 40 |
+
author = {mrfakename and Srivastav, Vaibhav and Fourrier, Clémentine and Pouget, Lucain and Lacombe, Yoach and main and Sanchit Gandhi},
|
| 41 |
year = 2024,
|
| 42 |
publisher = {Hugging Face},
|
| 43 |
howpublished = "\\url{https://huggingface.co/spaces/ttseval/TTS-Arena}"
|
|
|
|
| 167 |
Thank you to the following individuals who helped make this project possible:
|
| 168 |
|
| 169 |
* VB ([Twitter](https://twitter.com/reach_vb) / [Hugging Face](https://huggingface.co/reach-vb))
|
|
|
|
| 170 |
* Clémentine Fourrier ([Twitter](https://twitter.com/clefourrier) / [Hugging Face](https://huggingface.co/clefourrier))
|
| 171 |
+
* Lucain Pouget ([Twitter](https://twitter.com/Wauplin) / [Hugging Face](https://huggingface.co/Wauplin))
|
| 172 |
* Yoach Lacombe ([Twitter](https://twitter.com/yoachlacombe) / [Hugging Face](https://huggingface.co/ylacombe))
|
| 173 |
* Main Horse ([Twitter](https://twitter.com/main_horse) / [Hugging Face](https://huggingface.co/main-horse))
|
|
|
|
| 174 |
* Sanchit Gandhi ([Twitter](https://twitter.com/sanchitgandhi99) / [Hugging Face](https://huggingface.co/sanchit-gandhi))
|
| 175 |
+
* Apolinário Passos ([Twitter](https://twitter.com/multimodalart) / [Hugging Face](https://huggingface.co/multimodalart))
|
| 176 |
* Pedro Cuenca ([Twitter](https://twitter.com/pcuenq) / [Hugging Face](https://huggingface.co/pcuenq))
|
| 177 |
|
| 178 |
{request}
|