Manmay commited on
Commit
d7f8338
1 Parent(s): 9b62d7e

update names

Browse files
Files changed (1) hide show
  1. app.py +9 -10
app.py CHANGED
@@ -10,7 +10,6 @@ from tortoise.utils.audio import load_audio, load_voice, load_voices
10
 
11
  VOICE_OPTIONS = [
12
  "angie",
13
- "cond_latent_example",
14
  "deniro",
15
  "freeman",
16
  "halle",
@@ -19,10 +18,10 @@ VOICE_OPTIONS = [
19
  "pat2",
20
  "snakes",
21
  "tom",
22
- "train_daws",
23
- "train_dreams",
24
- "train_grace",
25
- "train_lescault",
26
  "weaver",
27
  "applejack",
28
  "daniel",
@@ -33,11 +32,11 @@ VOICE_OPTIONS = [
33
  "pat",
34
  "rainbow",
35
  "tim_reynolds",
36
- "train_atkins",
37
- "train_dotrice",
38
- "train_empire",
39
- "train_kennard",
40
- "train_mouse",
41
  "william",
42
  "random", # special option for random voice
43
  "disabled", # special option for disabled voice
 
10
 
11
  VOICE_OPTIONS = [
12
  "angie",
 
13
  "deniro",
14
  "freeman",
15
  "halle",
 
18
  "pat2",
19
  "snakes",
20
  "tom",
21
+ "daws",
22
+ "dreams",
23
+ "grace",
24
+ "lescault",
25
  "weaver",
26
  "applejack",
27
  "daniel",
 
32
  "pat",
33
  "rainbow",
34
  "tim_reynolds",
35
+ "atkins",
36
+ "dotrice",
37
+ "empire",
38
+ "kennard",
39
+ "mouse",
40
  "william",
41
  "random", # special option for random voice
42
  "disabled", # special option for disabled voice