Spaces:
Running
on
Zero
Running
on
Zero
Upload app.py
Browse files
app.py
CHANGED
@@ -150,6 +150,8 @@ with gr.Blocks() as stream_tab:
|
|
150 |
BANNER_TEXT = '''
|
151 |
[***Kokoro*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/hexgrad/Kokoro-82M)
|
152 |
|
|
|
|
|
153 |
This demo only showcases English, but you can directly use the model to access other languages.
|
154 |
'''
|
155 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|
|
|
150 |
BANNER_TEXT = '''
|
151 |
[***Kokoro*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/hexgrad/Kokoro-82M)
|
152 |
|
153 |
+
As of January 31st, 2025, Kokoro was the most-liked [**TTS model**](https://huggingface.co/models?pipeline_tag=text-to-speech&sort=likes) and the most-liked [**TTS space**](https://huggingface.co/spaces?sort=likes&search=tts) on Hugging Face.
|
154 |
+
|
155 |
This demo only showcases English, but you can directly use the model to access other languages.
|
156 |
'''
|
157 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|