Akjava commited on
Commit
76849d7
1 Parent(s): 05c2457

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -8,9 +8,9 @@
8
  </head>
9
  <body>
10
  <h1>Match-TTS Onnx Benchmarks</h1>
11
-
12
  <div>almost load time 15 sec,infer time 2 sec(my 2070super-gpu)</div>
13
 
 
14
  <script type="module">
15
  import { MatchaTTSRaw } from "./js-esm/matcha_tts_raw.js";
16
  import { webWavPlay } from "./js-esm/web_wav_play.js";
 
8
  </head>
9
  <body>
10
  <h1>Match-TTS Onnx Benchmarks</h1>
 
11
  <div>almost load time 15 sec,infer time 2 sec(my 2070super-gpu)</div>
12
 
13
+ <script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
14
  <script type="module">
15
  import { MatchaTTSRaw } from "./js-esm/matcha_tts_raw.js";
16
  import { webWavPlay } from "./js-esm/web_wav_play.js";