Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,7 @@ def generate_voice(text, voice_name, api_key):
|
|
30 |
# 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.
|
31 |
# """
|
32 |
|
33 |
-
with gr.Blocks(theme=
|
34 |
#gr.Markdown('[  ](https://elevenlabs.io)')
|
35 |
#gr.Markdown("# <center> ElevenLabs </center>")
|
36 |
#gr.Markdown(description)
|
|
|
30 |
# 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.
|
31 |
# """
|
32 |
|
33 |
+
with gr.Blocks(theme='Nymbo/Alyx_Theme') as block:
|
34 |
#gr.Markdown('[  ](https://elevenlabs.io)')
|
35 |
#gr.Markdown("# <center> ElevenLabs </center>")
|
36 |
#gr.Markdown(description)
|