Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,8 @@ iface = gr.Interface(
|
|
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 |
|
53 |
# Launch the app
|
|
|
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 |
+
examples=["Have you studied about API, PyTorch, and CUDA?"]
|
52 |
)
|
53 |
|
54 |
# Launch the app
|