Nymbo commited on
Commit
c1a4579
·
1 Parent(s): 47e0cc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ def generate_voice(text, voice_name, api_key):
26
  raise gr.Error(e)
27
 
28
  description = """
29
- Eleven Multilingual V2 is the world's best Text-to-Speech model. Sign up on [ElevenLabs](https://elevenlabs.io/?from=partnerpierce7156) to get an API Key.
30
  """
31
 
32
  with gr.Blocks() as block:
 
26
  raise gr.Error(e)
27
 
28
  description = """
29
+ Eleven Multilingual V2 is the world's best Text-to-Speech model. Features 38 voices and supports 28 languages. Sign up on [ElevenLabs](https://elevenlabs.io/?from=partnerpierce7156) to get an API Key.
30
  """
31
 
32
  with gr.Blocks() as block: