Update app.py
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ import gradio as gr
|
|
36 |
async def create_demo():
|
37 |
voices = await get_voices()
|
38 |
|
39 |
-
description =
|
40 |
Convert text to speech using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
|
41 |
|
42 |
**Exciting News: Introducing our Text-to-Video Converter!**
|
|
|
36 |
async def create_demo():
|
37 |
voices = await get_voices()
|
38 |
|
39 |
+
description = """
|
40 |
Convert text to speech using Microsoft Edge TTS. Adjust speech rate and pitch: 0 is default, positive values increase, negative values decrease.
|
41 |
|
42 |
**Exciting News: Introducing our Text-to-Video Converter!**
|