Spaces:
Running
Running
csukuangfj
commited on
Commit
•
1919bdd
1
Parent(s):
68e8b06
add test data
Browse files- examples.py +25 -1
examples.py
CHANGED
@@ -5,6 +5,30 @@ examples = [
|
|
5 |
"pyannote/segmentation-3.0",
|
6 |
"4",
|
7 |
"0",
|
8 |
-
"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
],
|
10 |
]
|
|
|
5 |
"pyannote/segmentation-3.0",
|
6 |
"4",
|
7 |
"0",
|
8 |
+
"0-four-speakers-zh.wav",
|
9 |
+
],
|
10 |
+
[
|
11 |
+
"3D-Speaker",
|
12 |
+
"3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx|37.8MB",
|
13 |
+
"pyannote/segmentation-3.0",
|
14 |
+
"2",
|
15 |
+
"0",
|
16 |
+
"1-two-speakers-en.wav",
|
17 |
+
],
|
18 |
+
[
|
19 |
+
"3D-Speaker",
|
20 |
+
"3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx|37.8MB",
|
21 |
+
"pyannote/segmentation-3.0",
|
22 |
+
"2",
|
23 |
+
"0",
|
24 |
+
"2-two-speakers-en.wav",
|
25 |
+
],
|
26 |
+
[
|
27 |
+
"3D-Speaker",
|
28 |
+
"3dspeaker_speech_eres2net_base_sv_zh-cn_3dspeaker_16k.onnx|37.8MB",
|
29 |
+
"pyannote/segmentation-3.0",
|
30 |
+
"2",
|
31 |
+
"0",
|
32 |
+
"3-two-speakers-en.wav",
|
33 |
],
|
34 |
]
|