Akjava commited on
Commit
6302635
·
verified ·
1 Parent(s): c418a9e

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -41,7 +41,7 @@
41
  if(!matcha_tts_raw){
42
  matcha_tts_raw = new MatchaTTSRaw()
43
  console.time("load model");
44
- model_path = './models/matcha-tts/'+model_name+'.onnx'
45
  console.log(model_path)
46
  await matcha_tts_raw.load_model(model_path,{ executionProviders: ['webgpu','wasm'] });
47
 
 
41
  if(!matcha_tts_raw){
42
  matcha_tts_raw = new MatchaTTSRaw()
43
  console.time("load model");
44
+ const model_path = './models/matcha-tts/'+model_name+'.onnx'
45
  console.log(model_path)
46
  await matcha_tts_raw.load_model(model_path,{ executionProviders: ['webgpu','wasm'] });
47