thesab commited on
Commit
0cfe795
ยท
verified ยท
1 Parent(s): c470673

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -22
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
- [ ![GitHub](https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white) ](https://github.com/elevenlabs/elevenlabs-python)
33
-
34
- </span>
35
- <span style="margin-right: 5px">
36
-
37
- [ ![Twitter](https://img.shields.io/badge/Twitter-%231DA1F2.svg?style=for-the-badge&logo=Twitter&logoColor=white) ](https://twitter.com/elevenlabsio)
38
-
39
- </span>
40
- <span>
41
-
42
- [ ![](https://dcbadge.vercel.app/api/server/elevenlabs) ](https://discord.gg/elevenlabs)
43
-
44
- </span>
45
- </div>
46
- """
47
-
48
  description = """
49
- A demo of the world's most advanced TTS systems, made by [ElevenLabs](https://elevenlabs.io). Eleven Multilingual V2 is a single foundational model supporting 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](https://elevenlabs.io) to get fast access, long-form generation, voice cloning, API keys, and more!
50
  """
51
 
52
  with gr.Blocks() as block:
53
  gr.Markdown('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](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('[ ![ElevenLabs](https://user-images.githubusercontent.com/12028621/262629275-4f85c9cf-85b6-435e-ab50-5b8c7c4e9dd2.png) ](https://elevenlabs.io)')
 
34
  gr.Markdown(description)
35
 
36
  input_text = gr.Textbox(