Update app.py
Browse files
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="
|
60 |
description=description,
|
61 |
-
article="
|
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 |
)
|