Update index.html
Browse files- index.html +4 -4
index.html
CHANGED
@@ -283,8 +283,8 @@ function seen_spk() {
|
|
283 |
|
284 |
];
|
285 |
// let models = ["VALL-E", "VALL-E S", "VALL-E P", "NS2", "NS2 S", "NS2 P"];
|
286 |
-
let models = ["VALL-E", "VALL-E S", "VALL-E P", "VALL-E P Scratch (Ours)"];
|
287 |
-
let models_path = ["Valle", "Valle_S", "Valle_P", "Valle_P_Scratch"];
|
288 |
let data = `
|
289 |
<colgroup>
|
290 |
<col style="width: 10%;"> <!-- Reference speaker column -->
|
@@ -349,8 +349,8 @@ function unseen_spk() {
|
|
349 |
["text3","unseen2","一句话,压缩他们的成熟期。(In a word, it shortens their maturation period.)"],
|
350 |
["text4","unseen2","妮可拿着胡萝卜亲自给长颈鹿喂食,并鼓励女儿也跟着做。(Nicole personally feeds the giraffe with carrots and encourages her daughter to do the same.)"]
|
351 |
];
|
352 |
-
let models = ["VALL-E", "VALL-E S", "VALL-E P", "VALL-E P Scratch (Ours)"];
|
353 |
-
let models_path = ["Valle", "Valle_S", "Valle_P", "Valle_P_Scratch"];
|
354 |
let data = `
|
355 |
<colgroup>
|
356 |
<col style="width: 10%;"> <!-- Reference speaker column -->
|
|
|
283 |
|
284 |
];
|
285 |
// let models = ["VALL-E", "VALL-E S", "VALL-E P", "NS2", "NS2 S", "NS2 P"];
|
286 |
+
let models = ["VALL-E", "VALL-E S", "VALL-E P", "VALL-E P Scratch (Ours)", "VALL-E P Scratch delay pattern"];
|
287 |
+
let models_path = ["Valle", "Valle_S", "Valle_P", "Valle_P_Scratch", "Valle_P_scratch_delay_pattern"];
|
288 |
let data = `
|
289 |
<colgroup>
|
290 |
<col style="width: 10%;"> <!-- Reference speaker column -->
|
|
|
349 |
["text3","unseen2","一句话,压缩他们的成熟期。(In a word, it shortens their maturation period.)"],
|
350 |
["text4","unseen2","妮可拿着胡萝卜亲自给长颈鹿喂食,并鼓励女儿也跟着做。(Nicole personally feeds the giraffe with carrots and encourages her daughter to do the same.)"]
|
351 |
];
|
352 |
+
let models = ["VALL-E", "VALL-E S", "VALL-E P", "VALL-E P Scratch (Ours)", "VALL-E P Scratch delay pattern"];
|
353 |
+
let models_path = ["Valle", "Valle_S", "Valle_P", "Valle_P_Scratch", "Valle_P_scratch_delay_pattern"];
|
354 |
let data = `
|
355 |
<colgroup>
|
356 |
<col style="width: 10%;"> <!-- Reference speaker column -->
|