Akjava commited on
Commit
e2f7493
·
verified ·
1 Parent(s): 8b0f7ba

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +9 -0
index.html CHANGED
@@ -153,6 +153,15 @@
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
 
157
 
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("en001-t2-step01","en001_6399_T2_step01"))
157
+ document.getElementById('buttons').appendChild(create_button("en001-t2-step05","en001_6399_T2_step05"))
158
+ document.getElementById('buttons').appendChild(create_button("en001-t2-step10","en001_6399_T2_step10"))
159
+ document.getElementById('buttons').appendChild(create_button("en001-t2-step20","en001_6399_T2_step20"))
160
+ document.getElementById('buttons').appendChild(create_button("en001-univ-step01","en001_6399_univ_step01"))
161
+ document.getElementById('buttons').appendChild(create_button("en001-univ-step05","en001_6399_univ_step05"))
162
+ document.getElementById('buttons').appendChild(create_button("en001-univ-step10","en001_6399_univ_step10"))
163
+ document.getElementById('buttons').appendChild(create_button("en001-univ-step20","en001_6399_univ_step20"))
164
+
165
 
166
 
167