Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ def generate_voice(text, voice_name):
|
|
25 |
raise gr.Error(e)
|
26 |
|
27 |
|
28 |
-
|
29 |
# <div style="display: flex">
|
30 |
# <span style="margin-right: 5px">
|
31 |
|
@@ -43,7 +43,7 @@ def generate_voice(text, voice_name):
|
|
43 |
|
44 |
# </span>
|
45 |
# </div>
|
46 |
-
|
47 |
|
48 |
description = """
|
49 |
Welcome to AI Tutor Text to Voice, 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!
|
|
|
25 |
raise gr.Error(e)
|
26 |
|
27 |
|
28 |
+
badges = """
|
29 |
# <div style="display: flex">
|
30 |
# <span style="margin-right: 5px">
|
31 |
|
|
|
43 |
|
44 |
# </span>
|
45 |
# </div>
|
46 |
+
"""
|
47 |
|
48 |
description = """
|
49 |
Welcome to AI Tutor Text to Voice, 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!
|