Altafo commited on
Commit
5ffe5b5
·
verified ·
1 Parent(s): 3ab4600

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -16
app.py CHANGED
@@ -33,21 +33,7 @@ async def create_demo():
33
  voices = await get_voices()
34
 
35
  description = """
36
- Convert text to speech using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
37
-
38
- 🎥 **Exciting News: Introducing our Text-to-Video Converter!** 🎥
39
-
40
- Take your content creation to the next level with our cutting-edge Text-to-Video Converter!
41
- Transform your words into stunning, professional-quality videos in just a few clicks.
42
-
43
- ✨ Features:
44
- • Convert text to engaging videos with customizable visuals
45
- • Choose from 40+ languages and 300+ voices
46
- • Perfect for creating audiobooks, storytelling, and language learning materials
47
- • Ideal for educators, content creators, and language enthusiasts
48
-
49
- Ready to revolutionize your content? [Click here to try our Text-to-Video Converter now!](https://text2video.wingetgui.com/)
50
- """
51
 
52
  demo = gr.Interface(
53
  fn=tts_interface,
@@ -61,7 +47,7 @@ async def create_demo():
61
  gr.Audio(label="Generated Audio", type="filepath"),
62
  gr.Markdown(label="Warning", visible=False)
63
  ],
64
- title="Free-TTS_unlimted-words",
65
  description=description,
66
  article="Experience the power of Edge TTS for text-to-speech conversion, and explore our advanced Text-to-Video Converter for even more creative possibilities!",
67
  analytics_enabled=False,
 
33
  voices = await get_voices()
34
 
35
  description = """
36
+ Convert text to speech using Free-TTS_unlimited-words Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
37
 
38
  demo = gr.Interface(
39
  fn=tts_interface,
 
47
  gr.Audio(label="Generated Audio", type="filepath"),
48
  gr.Markdown(label="Warning", visible=False)
49
  ],
50
+ title="Free-TTS_unlimited-words",
51
  description=description,
52
  article="Experience the power of Edge TTS for text-to-speech conversion, and explore our advanced Text-to-Video Converter for even more creative possibilities!",
53
  analytics_enabled=False,