Spaces:
Runtime error
Runtime error
Commit
·
e5c0d22
1
Parent(s):
f2521bb
update
Browse files- app_locally.py +23 -1
app_locally.py
CHANGED
@@ -107,13 +107,34 @@ examples = [
|
|
107 |
None,
|
108 |
False,
|
109 |
True,
|
110 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
"This audio is generated by open voice with a half-performance model.",
|
112 |
# 'whispering',
|
113 |
"examples/speaker1.mp3",
|
114 |
None,
|
115 |
False,
|
116 |
True,
|
|
|
117 |
],
|
118 |
[
|
119 |
"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fattened sauce.",
|
@@ -122,6 +143,7 @@ examples = [
|
|
122 |
None,
|
123 |
False,
|
124 |
True,
|
|
|
125 |
],
|
126 |
]
|
127 |
|
|
|
107 |
None,
|
108 |
False,
|
109 |
True,
|
110 |
+
"ZH",
|
111 |
+
],
|
112 |
+
[
|
113 |
+
"お前はもう死んでいる",
|
114 |
+
# 'default',
|
115 |
+
"examples/speaker0.mp3",
|
116 |
+
None,
|
117 |
+
False,
|
118 |
+
True,
|
119 |
+
"JP",
|
120 |
+
],
|
121 |
+
[
|
122 |
+
"오빤 강남 스타일",
|
123 |
+
# 'default',
|
124 |
+
"examples/speaker0.mp3",
|
125 |
+
None,
|
126 |
+
False,
|
127 |
+
True,
|
128 |
+
"KR",
|
129 |
+
],
|
130 |
+
[
|
131 |
"This audio is generated by open voice with a half-performance model.",
|
132 |
# 'whispering',
|
133 |
"examples/speaker1.mp3",
|
134 |
None,
|
135 |
False,
|
136 |
True,
|
137 |
+
"EN-BR"
|
138 |
],
|
139 |
[
|
140 |
"He hoped there would be stew for dinner, turnips and carrots and bruised potatoes and fat mutton pieces to be ladled out in thick, peppered, flour-fattened sauce.",
|
|
|
143 |
None,
|
144 |
False,
|
145 |
True,
|
146 |
+
"EN-BR"
|
147 |
],
|
148 |
]
|
149 |
|