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

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -2
index.html CHANGED
@@ -8,8 +8,7 @@
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">
@@ -175,6 +174,10 @@
175
  <label for ="speed" id="speed_label">1.0</label>
176
  <br>
177
  <br>
 
 
 
 
178
  <div id="footer">
179
  <b>Credits</b><br>
180
  <a href="https://github.com/akjava/Matcha-TTS-Japanese" style="font-size: 9px" target="link">Matcha-TTS-Japanese</a> |
 
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">
 
174
  <label for ="speed" id="speed_label">1.0</label>
175
  <br>
176
  <br>
177
+
178
+ <div>Quantized version is too slow and exist just for Github Page 100MB limitation so far</div>
179
+ <div>Multispeaker(vctk) is littlebit slow than singlespeaker.en001 is littlg bit firster maybe timesteps is 5(bigger hq but slow)</div>
180
+ <br>
181
  <div id="footer">
182
  <b>Credits</b><br>
183
  <a href="https://github.com/akjava/Matcha-TTS-Japanese" style="font-size: 9px" target="link">Matcha-TTS-Japanese</a> |