Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -31,7 +31,7 @@ def generate_voice(text, voice_name, api_key):
|
|
31 |
# """
|
32 |
|
33 |
|
34 |
-
with gr.Blocks(theme="syddharth/gray-minimal"
|
35 |
#gr.Markdown('[  ](https://elevenlabs.io)')
|
36 |
#gr.Markdown("# <center> ElevenLabs </center>")
|
37 |
#gr.Markdown(description)
|
|
|
31 |
# """
|
32 |
|
33 |
|
34 |
+
with gr.Blocks(theme="syddharth/gray-minimal") as block:
|
35 |
#gr.Markdown('[  ](https://elevenlabs.io)')
|
36 |
#gr.Markdown("# <center> ElevenLabs </center>")
|
37 |
#gr.Markdown(description)
|