Spaces:
Sleeping
Sleeping
update app
Browse files
app.py
CHANGED
@@ -106,7 +106,14 @@ def inference(
|
|
106 |
|
107 |
def main():
|
108 |
title = "Tortoise TTS 🐢"
|
109 |
-
description = "
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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):",
|