Spaces:
Runtime error
Runtime error
Commit
·
a3eadde
1
Parent(s):
f405b4a
adding kasuri voice to the app.py
Browse files
app.py
CHANGED
@@ -39,6 +39,7 @@ VOICE_OPTIONS = [
|
|
39 |
"mouse",
|
40 |
"william",
|
41 |
"jane_eyre",
|
|
|
42 |
"random", # special option for random voice
|
43 |
]
|
44 |
|
@@ -66,14 +67,8 @@ def inference(
|
|
66 |
yield (24000, audio_frame.cpu().detach().numpy())
|
67 |
|
68 |
def main():
|
69 |
-
title = "Tortoise TTS
|
70 |
description = """
|
71 |
-
A text-to-speech system which powers lot of organizations in Speech synthesis domain.
|
72 |
-
<br/>
|
73 |
-
A model with strong multi-voice capabilities, highly realistic prosody and intonation.
|
74 |
-
<br/>
|
75 |
-
For faster inference, use the 'ultra_fast' preset and duplicate space if you don't want to wait in a queue.
|
76 |
-
<br/>
|
77 |
"""
|
78 |
text = gr.Textbox(
|
79 |
lines=4,
|
|
|
39 |
"mouse",
|
40 |
"william",
|
41 |
"jane_eyre",
|
42 |
+
"kasuri",
|
43 |
"random", # special option for random voice
|
44 |
]
|
45 |
|
|
|
67 |
yield (24000, audio_frame.cpu().detach().numpy())
|
68 |
|
69 |
def main():
|
70 |
+
title = "Tortoise TTS"
|
71 |
description = """
|
|
|
|
|
|
|
|
|
|
|
|
|
72 |
"""
|
73 |
text = gr.Textbox(
|
74 |
lines=4,
|