Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
mrfakename
commited on
Commit
•
726da94
1
Parent(s):
9ae8c4d
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 Pouget, Lucain and Fourrier, Clémentine and Lacombe, Yoach},
|
41 |
year = 2024,
|
42 |
publisher = {Hugging Face},
|
43 |
howpublished = "\\url{https://huggingface.co/spaces/ttseval/TTS-Arena}"
|
@@ -643,4 +643,4 @@ with gr.Blocks(theme=theme, css="footer {visibility: hidden}textbox{resize:none}
|
|
643 |
gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```\n\nPlease remember that all generated audio clips should be assumed unsuitable for redistribution or commercial use.")
|
644 |
|
645 |
|
646 |
-
demo.queue(api_open=False).launch(show_api=False)
|
|
|
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 Pouget, Lucain and Fourrier, Clémentine and Lacombe, Yoach and main},
|
41 |
year = 2024,
|
42 |
publisher = {Hugging Face},
|
43 |
howpublished = "\\url{https://huggingface.co/spaces/ttseval/TTS-Arena}"
|
|
|
643 |
gr.Markdown(f"If you use this data in your publication, please cite us!\n\nCopy the BibTeX citation to cite this source:\n\n```bibtext\n{CITATION_TEXT}\n```\n\nPlease remember that all generated audio clips should be assumed unsuitable for redistribution or commercial use.")
|
644 |
|
645 |
|
646 |
+
demo.queue(api_open=False, default_concurrency_limit=40).launch(show_api=False)
|