Spaces:
Running
Running
change the description
Browse files
app.py
CHANGED
@@ -48,14 +48,8 @@ def inference(
|
|
48 |
return 24000, np.round(sep_segment * 32767).astype(np.int16)
|
49 |
|
50 |
def main():
|
51 |
-
title = "Tortoise TTS
|
52 |
description = """
|
53 |
-
A text-to-speech system which powers lot of organizations in Speech synthesis domain.
|
54 |
-
<br/>
|
55 |
-
a model with strong multi-voice capabilities, highly realistic prosody and intonation.
|
56 |
-
<br/>
|
57 |
-
for faster inference, use the 'ultra_fast' preset and duplicate space if you don't want to wait in a queue.
|
58 |
-
<br/>
|
59 |
"""
|
60 |
|
61 |
for root, dirs, files in os.walk("tortoise/voices"):
|
|
|
48 |
return 24000, np.round(sep_segment * 32767).astype(np.int16)
|
49 |
|
50 |
def main():
|
51 |
+
title = "Tortoise TTS"
|
52 |
description = """
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
"""
|
54 |
|
55 |
for root, dirs, files in os.walk("tortoise/voices"):
|