Akjava commited on
Commit
b3f6e0e
1 Parent(s): b03328d

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
- 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
 
 
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