spark-tts commited on
Commit
3571fd6
·
1 Parent(s): ab0f264

Update README

Browse files
Files changed (2) hide show
  1. README.md +3 -7
  2. cli/inference.py +16 -0
README.md CHANGED
@@ -95,7 +95,6 @@ Here are some demos generated by Spark-TTS using zero-shot voice cloning. For mo
95
  </tr>
96
  </table>
97
 
98
-
99
  ---
100
 
101
  <table>
@@ -130,11 +129,11 @@ Here are some demos generated by Spark-TTS using zero-shot voice cloning. For mo
130
  <tr>
131
  <td align="center">
132
 
133
- **余承东 Yu Chengdong**
134
  </td>
135
  <td align="center">
136
 
137
- **马云 Ma Yun**
138
  </td>
139
  </tr>
140
 
@@ -154,7 +153,6 @@ Here are some demos generated by Spark-TTS using zero-shot voice cloning. For mo
154
 
155
  ---
156
 
157
- ### Actor
158
 
159
  <table>
160
  <tr>
@@ -185,13 +183,11 @@ Here are some demos generated by Spark-TTS using zero-shot voice cloning. For mo
185
 
186
  ---
187
 
188
- ### Animated Movie Character
189
-
190
  <table>
191
  <tr>
192
  <td align="center">
193
 
194
- **哪吒 Ne Zha**
195
  </td>
196
  <td align="center">
197
 
 
95
  </tr>
96
  </table>
97
 
 
98
  ---
99
 
100
  <table>
 
129
  <tr>
130
  <td align="center">
131
 
132
+ **余承东 Richard Yu**
133
  </td>
134
  <td align="center">
135
 
136
+ **马云 Jack Ma**
137
  </td>
138
  </tr>
139
 
 
153
 
154
  ---
155
 
 
156
 
157
  <table>
158
  <tr>
 
183
 
184
  ---
185
 
 
 
186
  <table>
187
  <tr>
188
  <td align="center">
189
 
190
+ **哪吒 Nezha**
191
  </td>
192
  <td align="center">
193
 
cli/inference.py CHANGED
@@ -1,3 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  import os
2
  import argparse
3
  import torch
 
1
+ # Copyright (c) 2025 SparkAudio
2
+ # 2025 Xinsheng Wang ([email protected])
3
+ #
4
+ # Licensed under the Apache License, Version 2.0 (the "License");
5
+ # you may not use this file except in compliance with the License.
6
+ # You may obtain a copy of the License at
7
+ #
8
+ # http://www.apache.org/licenses/LICENSE-2.0
9
+ #
10
+ # Unless required by applicable law or agreed to in writing, software
11
+ # distributed under the License is distributed on an "AS IS" BASIS,
12
+ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ # See the License for the specific language governing permissions and
14
+ # limitations under the License.
15
+
16
+
17
  import os
18
  import argparse
19
  import torch