Akjava commited on
Commit
1112b3e
·
verified ·
1 Parent(s): 2c00960

Update index.html

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