Nymbo commited on
Commit
fc13aca
·
1 Parent(s): c1cbb29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -26,11 +26,12 @@ def generate_voice(text, voice_name, api_key):
26
  raise gr.Error(e)
27
 
28
  description = """
29
- Introducing the world's most advanced TTS system by ElevenLabs. Eleven Multilingual V2 is a single foundational model supporting 28 languages including: English, Chinese, Spanish, Hindi, Portuguese, French, German, Japanese, Arabic, Korean, Indonesian, Italian, Dutch, Turkish, Polish, Swedish, Filipino, Malay, Romanian, Ukrainian, Greek, Czech, Danish, Finnish, Bulgarian, Croatian, Slovak, and Tamil. Sign up on [ElevenLabs](https://elevenlabs.io) to get an API Key.
30
  """
31
 
32
  with gr.Blocks() as block:
33
  #gr.Markdown('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](https://elevenlabs.io)')
 
34
  gr.Markdown(description)
35
 
36
  input_text = gr.Textbox(
 
26
  raise gr.Error(e)
27
 
28
  description = """
29
+ Eleven Multilingual V2 is the world's best Text-to-Speech model. Supports 28 languages including: English, Chinese, Spanish, Hindi, Portuguese, French, German, Japanese, Arabic, Korean, Indonesian, Italian, Dutch, Turkish, Polish, Swedish, Filipino, Malay, Romanian, Ukrainian, Greek, Czech, Danish, Finnish, Bulgarian, Croatian, Slovak, and Tamil. Sign up on [ElevenLabs](https://elevenlabs.io) to get an API Key.
30
  """
31
 
32
  with gr.Blocks() as block:
33
  #gr.Markdown('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](https://elevenlabs.io)')
34
+ gr.Markdown("# <center> ElevenLabs TTS </center>")
35
  gr.Markdown(description)
36
 
37
  input_text = gr.Textbox(