Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -159,8 +159,6 @@ with gr.Blocks() as stream_tab:
|
|
159 |
BANNER_TEXT = '''
|
160 |
[***Kokoro*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/hexgrad/Kokoro-82M)
|
161 |
|
162 |
-
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.
|
163 |
-
|
164 |
This demo only showcases English, but you can directly use the model to access other languages.
|
165 |
'''
|
166 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|
|
|
159 |
BANNER_TEXT = '''
|
160 |
[***Kokoro*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/hexgrad/Kokoro-82M)
|
161 |
|
|
|
|
|
162 |
This demo only showcases English, but you can directly use the model to access other languages.
|
163 |
'''
|
164 |
API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
|