Update app.py
Browse files
app.py
CHANGED
@@ -75,20 +75,8 @@ async def create_demo():
|
|
75 |
voices = await get_voices()
|
76 |
|
77 |
description = """
|
78 |
-
Convert text to speech using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
|
79 |
|
80 |
-
🎥 **Exciting News: Introducing our Text-to-Video Converter!** 🎥
|
81 |
-
|
82 |
-
Take your content creation to the next level with our cutting-edge Text-to-Video Converter!
|
83 |
-
Transform your words into stunning, professional-quality videos in just a few clicks.
|
84 |
-
|
85 |
-
✨ Features:
|
86 |
-
• Convert text to engaging videos with customizable visuals
|
87 |
-
• Choose from 40+ languages and 300+ voices
|
88 |
-
• Perfect for creating audiobooks, storytelling, and language learning materials
|
89 |
-
• Ideal for educators, content creators, and language enthusiasts
|
90 |
-
|
91 |
-
Ready to revolutionize your content? [Click here to try our Text-to-Video Converter now!](https://text2video.wingetgui.com/)
|
92 |
"""
|
93 |
|
94 |
demo = gr.Interface(
|
|
|
75 |
voices = await get_voices()
|
76 |
|
77 |
description = """
|
78 |
+
Convert text to speech with audio background to 15% volumen, perfect for audiobooks or youtube videos ! using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
|
79 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
"""
|
81 |
|
82 |
demo = gr.Interface(
|