Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -171,8 +171,8 @@ iface = gr.Interface(
|
|
171 |
outputs=[
|
172 |
gr.Audio(label="Generated Speech", type="numpy")
|
173 |
],
|
174 |
-
title="Sindhi
|
175 |
-
description="Enter Sindhi text, and listen to the generated speech."
|
176 |
)
|
177 |
|
178 |
iface.launch(share=True)
|
|
|
171 |
outputs=[
|
172 |
gr.Audio(label="Generated Speech", type="numpy")
|
173 |
],
|
174 |
+
title="Sindhi Text-to-Speech Demo",
|
175 |
+
description="Enter Sindhi text, and listen to the generated speech. Use shorter messages for better results."
|
176 |
)
|
177 |
|
178 |
iface.launch(share=True)
|