Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,8 +46,8 @@ iface = gr.Interface(
|
|
46 |
fn=text_to_speech,
|
47 |
inputs=gr.Textbox(label="Enter the text"),
|
48 |
outputs=gr.Audio(label="Generated Speech"),
|
49 |
-
title="Text-to-Speech
|
50 |
-
description="Convert text to speech
|
51 |
)
|
52 |
# Launch the app
|
53 |
iface.launch()
|
|
|
46 |
fn=text_to_speech,
|
47 |
inputs=gr.Textbox(label="Enter the text"),
|
48 |
outputs=gr.Audio(label="Generated Speech"),
|
49 |
+
title="Text-to-Speech",
|
50 |
+
description="Convert text to speech."
|
51 |
)
|
52 |
# Launch the app
|
53 |
iface.launch()
|