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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -37,7 +37,6 @@ async def create_demo():
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
 
@@ -56,9 +55,9 @@ async def create_demo():
56
  gr.Audio(label="Generated Audio", type="filepath"),
57
  gr.Markdown(label="Warning", visible=False)
58
  ],
59
- title="Edge TTS Text-to-Speech",
60
  description=description,
61
- 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!",
62
  analytics_enabled=False,
63
  allow_flagging="manual"
64
  )
 
37
  voices = await get_voices()
38
 
39
  description = """
 
40
  * Convert text to engaging videos with customizable visuals
41
  * Choose from 40+ languages and 300+ voices
42
 
 
55
  gr.Audio(label="Generated Audio", type="filepath"),
56
  gr.Markdown(label="Warning", visible=False)
57
  ],
58
+ title="-TalkBoX-",
59
  description=description,
60
+ article="text-to-speech",
61
  analytics_enabled=False,
62
  allow_flagging="manual"
63
  )