Update app.py
Browse files
app.py
CHANGED
@@ -37,20 +37,10 @@ async def create_demo():
|
|
37 |
voices = await get_voices()
|
38 |
|
39 |
description = """
|
40 |
-
|
41 |
-
|
42 |
-
**Exciting News: Introducing our Text-to-Video Converter!**
|
43 |
-
|
44 |
-
Take your content creation to the next level with our cutting-edge Text-to-Video Converter!
|
45 |
-
Transform your words into stunning, professional-quality videos in just a few clicks.
|
46 |
-
|
47 |
-
* Features:
|
48 |
* Convert text to engaging videos with customizable visuals
|
49 |
* Choose from 40+ languages and 300+ voices
|
50 |
-
|
51 |
-
* Ideal for educators, content creators, and language enthusiasts
|
52 |
-
|
53 |
-
Ready to revolutionize your content? [Click here to try our Text-to-Video Converter now!](https://text2video.wingetgui.com/)
|
54 |
"""
|
55 |
|
56 |
|
@@ -77,4 +67,4 @@ async def create_demo():
|
|
77 |
# Run the application
|
78 |
if __name__ == "__main__":
|
79 |
demo = asyncio.run(create_demo())
|
80 |
-
demo.launch()
|
|
|
37 |
voices = await get_voices()
|
38 |
|
39 |
description = """
|
40 |
+
*- TalkBoX -*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
41 |
* Convert text to engaging videos with customizable visuals
|
42 |
* Choose from 40+ languages and 300+ voices
|
43 |
+
|
|
|
|
|
|
|
44 |
"""
|
45 |
|
46 |
|
|
|
67 |
# Run the application
|
68 |
if __name__ == "__main__":
|
69 |
demo = asyncio.run(create_demo())
|
70 |
+
demo.launch()
|