Spaces:
Running
Running
Update index.html
Browse files- 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/
|
| 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 |
|