Update app.py
Browse files
app.py
CHANGED
@@ -25,6 +25,8 @@ iface = gr.Interface(
|
|
25 |
fn=gradio_interface,
|
26 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
27 |
outputs=gr.Audio(type="filepath"),
|
|
|
|
|
28 |
)
|
29 |
|
30 |
# Launch the interface
|
|
|
25 |
fn=gradio_interface,
|
26 |
inputs=gr.Textbox(lines=2, placeholder="Enter text here..."),
|
27 |
outputs=gr.Audio(type="filepath"),
|
28 |
+
title="Text to Speech Application (English audio)",
|
29 |
+
description="Type your text and to generate the corresponding audio in English."
|
30 |
)
|
31 |
|
32 |
# Launch the interface
|