Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -39,7 +39,7 @@ CITATION_TEXT = """@misc{tts-arena,
|
|
| 39 |
author = {mrfakename and Srivastav, Vaibhav and Fourrier, Clémentine and Pouget, Lucain and Lacombe, Yoach and main and Sanchit Gandhi},
|
| 40 |
year = 2024,
|
| 41 |
publisher = {Hugging Face},
|
| 42 |
-
howpublished = "\\url{https://huggingface.co/spaces/
|
| 43 |
}"""
|
| 44 |
|
| 45 |
####################################
|
|
@@ -118,7 +118,7 @@ scheduler = CommitScheduler(
|
|
| 118 |
####################################
|
| 119 |
# Router API
|
| 120 |
####################################
|
| 121 |
-
router = Client("
|
| 122 |
####################################
|
| 123 |
# Gradio app
|
| 124 |
####################################
|
|
|
|
| 39 |
author = {mrfakename and Srivastav, Vaibhav and Fourrier, Clémentine and Pouget, Lucain and Lacombe, Yoach and main and Sanchit Gandhi},
|
| 40 |
year = 2024,
|
| 41 |
publisher = {Hugging Face},
|
| 42 |
+
howpublished = "\\url{https://huggingface.co/spaces/TTS-AGI/TTS-Arena}"
|
| 43 |
}"""
|
| 44 |
|
| 45 |
####################################
|
|
|
|
| 118 |
####################################
|
| 119 |
# Router API
|
| 120 |
####################################
|
| 121 |
+
router = Client("TTS-AGI/tts-router", hf_token=os.getenv('HF_TOKEN'))
|
| 122 |
####################################
|
| 123 |
# Gradio app
|
| 124 |
####################################
|