Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -107,7 +107,7 @@ demo = gr.Interface(
|
|
| 107 |
inputs=gr.Textbox(label="Enter text"),
|
| 108 |
outputs=gr.Audio(label="Generated Speech", type="filepath"),
|
| 109 |
title="SpeechT5 Text-to-Speech",
|
| 110 |
-
description="Enter text and hear it
|
| 111 |
)
|
| 112 |
|
| 113 |
if __name__ == "__main__":
|
|
|
|
| 107 |
inputs=gr.Textbox(label="Enter text"),
|
| 108 |
outputs=gr.Audio(label="Generated Speech", type="filepath"),
|
| 109 |
title="SpeechT5 Text-to-Speech",
|
| 110 |
+
description="Enter text and hear it with my custom SpeechT5"
|
| 111 |
)
|
| 112 |
|
| 113 |
if __name__ == "__main__":
|