Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,7 +56,7 @@ demo = gr.Interface(
|
|
| 56 |
fn=generate_voice,
|
| 57 |
inputs=gr.Textbox(label="English Text"),
|
| 58 |
outputs=gr.Audio(label="Result", type="filepath"),
|
| 59 |
-
title="English TTS
|
| 60 |
)
|
| 61 |
|
| 62 |
if __name__ == "__main__":
|
|
|
|
| 56 |
fn=generate_voice,
|
| 57 |
inputs=gr.Textbox(label="English Text"),
|
| 58 |
outputs=gr.Audio(label="Result", type="filepath"),
|
| 59 |
+
title="English TTS"
|
| 60 |
)
|
| 61 |
|
| 62 |
if __name__ == "__main__":
|