Update index.html
Browse files- index.html +2 -1
index.html
CHANGED
|
@@ -58,8 +58,9 @@
|
|
| 58 |
|
| 59 |
console.time("infer");
|
| 60 |
const result = await matcha_tts_raw.infer(ipa_text, tempature, speed,spks);
|
| 61 |
-
|
| 62 |
if (result!=null){
|
|
|
|
| 63 |
webWavPlay(result)
|
| 64 |
|
| 65 |
}
|
|
|
|
| 58 |
|
| 59 |
console.time("infer");
|
| 60 |
const result = await matcha_tts_raw.infer(ipa_text, tempature, speed,spks);
|
| 61 |
+
|
| 62 |
if (result!=null){
|
| 63 |
+
console.timeEnd("infer");
|
| 64 |
webWavPlay(result)
|
| 65 |
|
| 66 |
}
|