Vinay15 commited on
Commit
f2006ef
·
verified ·
1 Parent(s): 63691a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ iface = gr.Interface(
58
  fn=text_to_speech,
59
  inputs="text",
60
  outputs="audio",
61
- title="Text-to-Speech (TTS) Application",
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
  )