Update app.py
Browse files
app.py
CHANGED
@@ -48,8 +48,8 @@ async def create_demo():
|
|
48 |
gr.Audio(label="Generated Audio", type="filepath"),
|
49 |
gr.Markdown(label="Warning", visible=False)
|
50 |
],
|
51 |
-
title="
|
52 |
-
|
53 |
analytics_enabled=False,
|
54 |
allow_flagging=False
|
55 |
)
|
|
|
48 |
gr.Audio(label="Generated Audio", type="filepath"),
|
49 |
gr.Markdown(label="Warning", visible=False)
|
50 |
],
|
51 |
+
title="Edge TTS Text-to-Speech",
|
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,
|
54 |
allow_flagging=False
|
55 |
)
|