VoiceCloning-be commited on
Commit
83766d9
1 Parent(s): 7cba29e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -16
app.py CHANGED
@@ -41,20 +41,7 @@ async def create_demo():
41
  voices = await get_voices()
42
 
43
  description = """
44
- Convert text to speech using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
45
-
46
- 🎥 **Exciting News: Introducing our Text-to-Video Converter!** 🎥
47
-
48
- Take your content creation to the next level with our cutting-edge Text-to-Video Converter!
49
- Transform your words into stunning, professional-quality videos in just a few clicks.
50
-
51
- ✨ Features:
52
- • Convert text to engaging videos with customizable visuals
53
- • Choose from 40+ languages and 300+ voices
54
- • Perfect for creating audiobooks, storytelling, and language learning materials
55
- • Ideal for educators, content creators, and language enthusiasts
56
-
57
- Ready to revolutionize your content? [Click here to try our Text-to-Video Converter now!](https://text2video.wingetgui.com/)
58
  """
59
 
60
  demo = gr.Interface(
@@ -69,9 +56,9 @@ async def create_demo():
69
  gr.Audio(label="Generated Audio", type="filepath"),
70
  gr.Markdown(label="Warning", visible=False)
71
  ],
72
- title="Edge TTS Text-to-Speech",
73
  description=description,
74
- 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!",
75
  analytics_enabled=False,
76
  allow_flagging=False
77
  )
 
41
  voices = await get_voices()
42
 
43
  description = """
44
+ Experience the power of Voicecloning.be for text-to-speech conversion.
 
 
 
 
 
 
 
 
 
 
 
 
 
45
  """
46
 
47
  demo = gr.Interface(
 
56
  gr.Audio(label="Generated Audio", type="filepath"),
57
  gr.Markdown(label="Warning", visible=False)
58
  ],
59
+ title="Voicecloning.be Text-to-Speech",
60
  description=description,
61
+ article="Experience the power of Voicecloning.be for text-to-speech conversion.",
62
  analytics_enabled=False,
63
  allow_flagging=False
64
  )