Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -26,11 +26,12 @@ def generate_voice(text, voice_name, api_key):
|
|
26 |
raise gr.Error(e)
|
27 |
|
28 |
description = """
|
29 |
-
|
30 |
"""
|
31 |
|
32 |
with gr.Blocks() as block:
|
33 |
#gr.Markdown('[  ](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('[  ](https://elevenlabs.io)')
|
34 |
+
gr.Markdown("# <center> ElevenLabs TTS </center>")
|
35 |
gr.Markdown(description)
|
36 |
|
37 |
input_text = gr.Textbox(
|