Spaces:
Runtime error
Runtime error
Commit
·
d27bf25
1
Parent(s):
44e383a
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,8 @@ from tortoise.utils.text import split_and_recombine_text
|
|
9 |
from tortoise.utils.audio import load_audio, load_voice, load_voices
|
10 |
|
11 |
VOICE_OPTIONS = [
|
12 |
-
"kasuri",
|
|
|
13 |
]
|
14 |
|
15 |
def inference(
|
|
|
9 |
from tortoise.utils.audio import load_audio, load_voice, load_voices
|
10 |
|
11 |
VOICE_OPTIONS = [
|
12 |
+
"kasuri",
|
13 |
+
"shanuka",
|
14 |
]
|
15 |
|
16 |
def inference(
|