Vinay15 commited on
Commit
715e2a2
·
verified ·
1 Parent(s): 47c1a8b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Text-to-Speech (TTS) Application",
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