Update index.html
Browse files- index.html +3 -0
index.html
CHANGED
@@ -153,6 +153,9 @@
|
|
153 |
document.getElementById('buttons').appendChild(create_button("vctk-quantized","vctk_univ_simplify_q8"))
|
154 |
document.getElementById('buttons').appendChild(create_button("en001","en001_ep6399_univ_simplify"))
|
155 |
document.getElementById('buttons').appendChild(create_button("en001-quantized","en001_ep6399_univ_simplify_q8"))
|
|
|
|
|
|
|
156 |
</script>
|
157 |
<div id="result1"></div>
|
158 |
|
|
|
153 |
document.getElementById('buttons').appendChild(create_button("vctk-quantized","vctk_univ_simplify_q8"))
|
154 |
document.getElementById('buttons').appendChild(create_button("en001","en001_ep6399_univ_simplify"))
|
155 |
document.getElementById('buttons').appendChild(create_button("en001-quantized","en001_ep6399_univ_simplify_q8"))
|
156 |
+
document.getElementById('buttons').appendChild(create_button("ja005","ja005_3424_univ_simplify"))
|
157 |
+
|
158 |
+
|
159 |
</script>
|
160 |
<div id="result1"></div>
|
161 |
|