Update app.py
Browse files
app.py
CHANGED
@@ -114,7 +114,7 @@ gr.Interface(
|
|
114 |
|
115 |
],
|
116 |
outputs=[
|
117 |
-
gr.Audio(label="Generated Speech", type="numpy"),
|
118 |
],
|
119 |
title=title,
|
120 |
description=description,
|
|
|
114 |
|
115 |
],
|
116 |
outputs=[
|
117 |
+
gr.Audio(label="Generated Speech.", type="numpy"),
|
118 |
],
|
119 |
title=title,
|
120 |
description=description,
|