Update app.py
Browse files
app.py
CHANGED
@@ -37,20 +37,21 @@ async def create_demo():
|
|
37 |
voices = await get_voices()
|
38 |
|
39 |
description = """
|
40 |
-
Convert text to speech using
|
41 |
|
42 |
-
|
43 |
|
44 |
-
Take
|
45 |
-
|
|
|
|
|
|
|
|
|
|
|
46 |
|
47 |
-
|
48 |
-
• Convert text to engaging videos with customizable visuals
|
49 |
-
• Choose from 40+ languages and 300+ voices
|
50 |
-
• Perfect for creating audiobooks, storytelling, and language learning materials
|
51 |
-
• Ideal for educators, content creators, and language enthusiasts
|
52 |
|
53 |
-
Ready to revolutionize your
|
54 |
"""
|
55 |
|
56 |
demo = gr.Interface(
|
@@ -65,9 +66,9 @@ async def create_demo():
|
|
65 |
gr.Audio(label="Generated Audio", type="filepath"),
|
66 |
gr.Markdown(label="Warning", visible=False)
|
67 |
],
|
68 |
-
title="
|
69 |
description=description,
|
70 |
-
article="Experience the power of
|
71 |
analytics_enabled=False,
|
72 |
allow_flagging=False
|
73 |
)
|
|
|
37 |
voices = await get_voices()
|
38 |
|
39 |
description = """
|
40 |
+
Convert text to speech using EchoX. Adjust speech rate and pitch: 0 is the default, and positive values increase, while negative values decrease.
|
41 |
|
42 |
+
🤖 **Exciting News: Introducing our AzGPT AI virtual assistant!** 🤖
|
43 |
|
44 |
+
Take Your Conversations to the Next Level with AzGPT!
|
45 |
+
Experience the power of AzGPT, a cutting-edge AI virtual assistant designed exclusively for Azerbaijani users! Running on a massive 60 billion parameters, AzGPT is fast, efficient, and delivers smart, responsive interactions—all in Azerbaijani!
|
46 |
+
|
47 |
+
✨ Features: • Instant, high-quality replies in Azerbaijani
|
48 |
+
• Powered by advanced AI with 60 billion parameters
|
49 |
+
• Perfect for providing quick answers, conversation support, and language assistance
|
50 |
+
• Tailored for educators, students, professionals, and anyone seeking a powerful AI in Azerbaijani
|
51 |
|
52 |
+
Let AzGPT enhance your digital interactions, with replies that are as fast as they are accurate—built just for Azerbaijani speakers!
|
|
|
|
|
|
|
|
|
53 |
|
54 |
+
Ready to revolutionize your chat? [Click here to try our AI Virtual Assistant now!](botintelx.netlify.app)
|
55 |
"""
|
56 |
|
57 |
demo = gr.Interface(
|
|
|
66 |
gr.Audio(label="Generated Audio", type="filepath"),
|
67 |
gr.Markdown(label="Warning", visible=False)
|
68 |
],
|
69 |
+
title="EchoX TTS ( Text-To-Speech )",
|
70 |
description=description,
|
71 |
+
article="Experience the power of EchoX TTS for text-to-speech conversion, and explore our advanced AzGPT AI Virtual Assistant for even more creative possibilities!",
|
72 |
analytics_enabled=False,
|
73 |
allow_flagging=False
|
74 |
)
|