Akjava commited on
Commit
758ff20
1 Parent(s): 8cd4a84

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -134,8 +134,9 @@
134
  return button
135
  }
136
 
137
- const bt1=create_button("ljspeech","ljspeech_sim")
138
- document.getElementById('buttons').appendChild(bt1)
 
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