Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -25,33 +25,12 @@ def generate_voice(text, voice_name):
|
|
25 |
raise gr.Error(e)
|
26 |
|
27 |
|
28 |
-
badges = """
|
29 |
-
<div style="display: flex">
|
30 |
-
<span style="margin-right: 5px">
|
31 |
-
|
32 |
-
[  ](https://github.com/elevenlabs/elevenlabs-python)
|
33 |
-
|
34 |
-
</span>
|
35 |
-
<span style="margin-right: 5px">
|
36 |
-
|
37 |
-
[  ](https://twitter.com/elevenlabsio)
|
38 |
-
|
39 |
-
</span>
|
40 |
-
<span>
|
41 |
-
|
42 |
-
[  ](https://discord.gg/elevenlabs)
|
43 |
-
|
44 |
-
</span>
|
45 |
-
</div>
|
46 |
-
"""
|
47 |
-
|
48 |
description = """
|
49 |
-
|
50 |
"""
|
51 |
|
52 |
with gr.Blocks() as block:
|
53 |
gr.Markdown('[  ](https://elevenlabs.io)')
|
54 |
-
gr.Markdown(badges)
|
55 |
gr.Markdown(description)
|
56 |
|
57 |
input_text = gr.Textbox(
|
|
|
25 |
raise gr.Error(e)
|
26 |
|
27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
28 |
description = """
|
29 |
+
Here's a demonstration of the world's most advanced TTS systems, created by ElevenLabs. ๐ I wanted to experiment with this amazing technology for the Italian language ๐ฎ๐น, and I'm excited to share its capabilities with you! Eleven Multilingual V2 is a single foundational model supporting an impressive 28 languages, including English ๐ฌ๐ง, Chinese ๐จ๐ณ, Spanish ๐ช๐ธ, Hindi ๐ฎ๐ณ, Portuguese ๐ต๐น, French ๐ซ๐ท, German ๐ฉ๐ช, Japanese ๐ฏ๐ต, Arabic ๐ธ๐ฆ, Korean ๐ฐ๐ท, Indonesian ๐ฎ๐ฉ, Italian ๐ฎ๐น, Dutch ๐ณ๐ฑ, Turkish ๐น๐ท, Polish ๐ต๐ฑ, Swedish ๐ธ๐ช, Filipino ๐ต๐ญ, Malay ๐ฒ๐พ, Romanian ๐ท๐ด, Ukrainian ๐บ๐ฆ, Greek ๐ฌ๐ท, Czech ๐จ๐ฟ, Danish ๐ฉ๐ฐ, Finnish ๐ซ๐ฎ, Bulgarian ๐ง๐ฌ, Croatian ๐ญ๐ท, Slovak ๐ธ๐ฐ, and Tamil ๐ฑ๐ฐ. ๐ Sign up on ElevenLabs to get fast access to long-form generation, voice cloning, API keys, and more! ๐
|
30 |
"""
|
31 |
|
32 |
with gr.Blocks() as block:
|
33 |
gr.Markdown('[  ](https://elevenlabs.io)')
|
|
|
34 |
gr.Markdown(description)
|
35 |
|
36 |
input_text = gr.Textbox(
|