Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def text_to_speech(input_text):
|
|
45 |
iface = gr.Interface(fn=text_to_speech,
|
46 |
inputs="text",
|
47 |
outputs="audio",
|
48 |
-
title="
|
49 |
description="Enter text with technical jargon for TTS conversion.")
|
50 |
|
51 |
# Step 6: Launch the app
|
|
|
45 |
iface = gr.Interface(fn=text_to_speech,
|
46 |
inputs="text",
|
47 |
outputs="audio",
|
48 |
+
title="Fine-tuning TTS for English with a Focus on Technical Vocabulary Using SpeechT5",
|
49 |
description="Enter text with technical jargon for TTS conversion.")
|
50 |
|
51 |
# Step 6: Launch the app
|