Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -27,7 +27,7 @@ def generate_voice(text, voice_name, api_key):
|
|
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:
|
33 |
#gr.Markdown('[  ](https://elevenlabs.io)')
|
|
|
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:
|
33 |
#gr.Markdown('[  ](https://elevenlabs.io)')
|