Manmay commited on
Commit
30f76f3
1 Parent(s): 707f4d4

update app

Browse files
Files changed (1) hide show
  1. app.py +8 -1
app.py CHANGED
@@ -106,7 +106,14 @@ def inference(
106
 
107
  def main():
108
  title = "Tortoise TTS 🐢"
109
- description = "A text-to-speech interface for Tortoise TTS, Strong multi-voice capabilities, Highly realistic prosody and intonation."
 
 
 
 
 
 
 
110
  text = gr.Textbox(
111
  lines=4,
112
  label="Text (Provide either text, or upload a newline separated text file below):",
 
106
 
107
  def main():
108
  title = "Tortoise TTS 🐢"
109
+ description = """
110
+ A text-to-speech system which powers lot of organizations in Speech synthesis domain.
111
+ <br/>
112
+ a model with strong multi-voice capabilities, highly realistic prosody and intonation.
113
+ <br/>
114
+ for faster inference, use the 'ultra_fast' preset and duplicate space if you don't want to wait in a queue.
115
+ <br/>
116
+ """
117
  text = gr.Textbox(
118
  lines=4,
119
  label="Text (Provide either text, or upload a newline separated text file below):",