Update index.html
Browse files- index.html +3 -2
index.html
CHANGED
@@ -134,8 +134,9 @@
|
|
134 |
return button
|
135 |
}
|
136 |
|
137 |
-
|
138 |
-
document.getElementById('buttons').appendChild(
|
|
|
139 |
</script>
|
140 |
<div id="buttons"></div>
|
141 |
|
|
|
134 |
return button
|
135 |
}
|
136 |
|
137 |
+
|
138 |
+
document.getElementById('buttons').appendChild(create_button("ljspeech","ljspeech_sim"))
|
139 |
+
document.getElementById('buttons').appendChild(create_button("vctk","vctk_univ_simplify"))
|
140 |
</script>
|
141 |
<div id="buttons"></div>
|
142 |
|