Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -144,8 +144,8 @@ iface = gr.Interface(
|
|
| 144 |
outputs=[
|
| 145 |
gr.Audio(label="Generated Speech")
|
| 146 |
],
|
| 147 |
-
title="Turkish SpeechT5 Text-to-Speech Demo
|
| 148 |
-
description="Enter Turkish text,
|
| 149 |
)
|
| 150 |
|
| 151 |
iface.launch(share=True)
|
|
|
|
| 144 |
outputs=[
|
| 145 |
gr.Audio(label="Generated Speech")
|
| 146 |
],
|
| 147 |
+
title="Turkish SpeechT5 Text-to-Speech Demo",
|
| 148 |
+
description="Enter Turkish text, and listen to the generated speech."
|
| 149 |
)
|
| 150 |
|
| 151 |
iface.launch(share=True)
|