Akjava commited on
Commit
ccff356
·
verified ·
1 Parent(s): 0537f85

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -7
index.html CHANGED
@@ -4,15 +4,13 @@
4
  <meta name="viewport" content="width=device-width" />
5
  <link rel="stylesheet" href="style.css" />
6
  <meta charset="UTF-8">
7
- <title>Match-TTS Onnx En001-English</title>
8
  </head>
9
  <body>
10
- <h1>Match-TTS Onnx En001-English(Faster GPU Version)</h1>
11
- <div>this example using Quantized version(lowquality and slow) because of Github Page 100MB limitation</div>
12
- <p><a href = "https://huggingface.co/Akjava/matcha_tts_common_voice_01_en_001">common_voice_01_en_001</a> - my trained model.you can create too!</p>
13
- <br>
14
- <script src="https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/ort.webgpu.min.js" ></script>
15
-
16
 
17
  <script type="module">
18
  import { MatchaTTSRaw } from "./js-esm/matcha_tts_raw.js";
 
4
  <meta name="viewport" content="width=device-width" />
5
  <link rel="stylesheet" href="style.css" />
6
  <meta charset="UTF-8">
7
+ <title>Match-TTS Onnx Benchmarks</title>
8
  </head>
9
  <body>
10
+ <h1>Match-TTS Onnx Benchmarks</h1>
11
+ <div>Quantized version is too slow and just for Github Page 100MB limitation</div>
12
+ <div>Multispeaker(vctk) is littlebit slow than singlespeaker.en001 is littlg bit firster maybe timesteps is 5(bigger hq but slow)</div>
13
+ <div>almost load time 15 sec,infer time 2 sec(my 2070super-gpu)</div>
 
 
14
 
15
  <script type="module">
16
  import { MatchaTTSRaw } from "./js-esm/matcha_tts_raw.js";