Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ iface = gr.Interface(
|
|
63 |
fn=text_to_speech,
|
64 |
inputs="text",
|
65 |
outputs="audio",
|
66 |
-
title="Technical
|
67 |
description="Enter english text to convert to speech"
|
68 |
)
|
69 |
|
|
|
63 |
fn=text_to_speech,
|
64 |
inputs="text",
|
65 |
outputs="audio",
|
66 |
+
title="Technical English Text-to-Speech",
|
67 |
description="Enter english text to convert to speech"
|
68 |
)
|
69 |
|