Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|