Xubo-Liu commited on
Commit
7b012f0
1 Parent(s): 3c76d28

Update examples/examples.py

Browse files
Files changed (1) hide show
  1. examples/examples.py +5 -5
examples/examples.py CHANGED
@@ -20,7 +20,7 @@ example1 = {
20
  'table_voice': """
21
  | Character | Voice |
22
  |-------------|-----------|
23
- | Narrator | News_Male |
24
 
25
  """,
26
  'wav_file': 'examples/1.mp4',
@@ -46,8 +46,8 @@ example2 = {
46
  'table_voice': """
47
  | Character | Voice |
48
  |-------------|-----------|
49
- | Man | Male1 |
50
- | Woman | Female1 |
51
 
52
  """,
53
  'wav_file': 'examples/2.mp4',
@@ -75,8 +75,8 @@ example3 = {
75
  'table_voice': """
76
  | Character | Voice |
77
  |-------------|-----------|
78
- | Host | Male1 |
79
- | Child | Child |
80
 
81
  """,
82
  'wav_file': 'examples/3.mp4',
 
20
  'table_voice': """
21
  | Character | Voice |
22
  |-------------|-----------|
23
+ | Narrator | News_Male_En |
24
 
25
  """,
26
  'wav_file': 'examples/1.mp4',
 
46
  'table_voice': """
47
  | Character | Voice |
48
  |-------------|-----------|
49
+ | Man | Male1_En |
50
+ | Woman | Female1_En |
51
 
52
  """,
53
  'wav_file': 'examples/2.mp4',
 
75
  'table_voice': """
76
  | Character | Voice |
77
  |-------------|-----------|
78
+ | Host | Male1_En |
79
+ | Child | Child_En |
80
 
81
  """,
82
  'wav_file': 'examples/3.mp4',