Akjava commited on
Commit
0a683cf
1 Parent(s): 8bc8c75

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -35,7 +35,7 @@
35
  if(!matcha_tts_raw){
36
  matcha_tts_raw = new MatchaTTSRaw()
37
  console.time("load model");
38
- await matcha_tts_raw.load_model('./models/matcha-tts/vctk_univ_simplify_q8.onnx',{ executionProviders: ['webgpu','wasm'] });
39
 
40
  console.timeEnd("load model");
41
 
 
35
  if(!matcha_tts_raw){
36
  matcha_tts_raw = new MatchaTTSRaw()
37
  console.time("load model");
38
+ await matcha_tts_raw.load_model('./models/matcha-tts/vctk_univ_simplify.onnx',{ executionProviders: ['webgpu','wasm'] });
39
 
40
  console.timeEnd("load model");
41