Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ iface = gr.Interface(
|
|
58 |
fn=text_to_speech,
|
59 |
inputs="text",
|
60 |
outputs="audio",
|
61 |
-
title="
|
62 |
description="Enter text with technical jargon for TTS conversion.",
|
63 |
examples=examples # Adding preset examples for users
|
64 |
)
|
|
|
58 |
fn=text_to_speech,
|
59 |
inputs="text",
|
60 |
outputs="audio",
|
61 |
+
title="Fine-tuning TTS for English with a Focus on Technical Vocabulary Using SpeechT5",
|
62 |
description="Enter text with technical jargon for TTS conversion.",
|
63 |
examples=examples # Adding preset examples for users
|
64 |
)
|