Akjava commited on
Commit
6be5772
1 Parent(s): 10ee214

Update index.html

Browse files
Files changed (1) hide show
  1. 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
- console.timeEnd("infer");
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
  }