shukdevdatta123 commited on
Commit
41cffd5
·
verified ·
1 Parent(s): 6d29d21

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -164,8 +164,8 @@ with gr.Blocks() as generate_tab:
164
 
165
  BANNER_TEXT = '''
166
  [***Kokoro*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/hexgrad/Kokoro-82M)
167
- 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.
168
- This demo only showcases English, but you can directly use the model to access other languages.
169
  '''
170
 
171
  API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'
 
164
 
165
  BANNER_TEXT = '''
166
  [***Kokoro*** **is an open-weight TTS model with 82 million parameters.**](https://huggingface.co/hexgrad/Kokoro-82M)
167
+ Our Works on Kokoro TTS [**V1 Model GPU**](https://shukdevdatta123-kokoro-tts-translate-gpu.hf.space) and the next version Kokoro TTS [**V2 Model CPU**](https://shukdevdatta123-kokoro-tts.hf.space).
168
+ If you would like to use our V2 Model with GPU, then go to this [link](https://colab.research.google.com/drive/1DIpBzJSBBeTcpkyxkHcpngLumMapEWQz?usp=sharing).
169
  '''
170
 
171
  API_OPEN = os.getenv('SPACE_ID') != 'hexgrad/Kokoro-TTS'