x0-0x commited on
Commit
5e63219
·
verified ·
1 Parent(s): f5c73a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -13
app.py CHANGED
@@ -37,20 +37,10 @@ async def create_demo():
37
  voices = await get_voices()
38
 
39
  description = """
40
- Convert text to speech using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
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
- * Perfect for creating audiobooks, storytelling, and language learning materials
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()