TheMaisk commited on
Commit
1b1cf5a
·
verified ·
1 Parent(s): 2e4aa6c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ 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=gr.themes.Default(primary_hue="pink", secondary_hue="pink")) as block:
 
34
  #gr.Markdown('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](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
+
34
+ with gr.Blocks(theme="syddharth/gray-minimal"(primary_hue="pink", secondary_hue="pink")) as block:
35
  #gr.Markdown('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](https://elevenlabs.io)')
36
  #gr.Markdown("# <center> ElevenLabs </center>")
37
  #gr.Markdown(description)