Akjava commited on
Commit
4f21fc5
1 Parent(s): bbebd26

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -121,9 +121,10 @@
121
  button.onclick = function() {
122
  loadModel(model_name);
123
  };
 
124
 
125
  const bt1=create_button("ljspeech","ljspeech_sim")
126
- document.getElementById('tempature_label').appendChild(bt1)
127
  </script>
128
   <div id="buttons"></div>
129
 
 
121
  button.onclick = function() {
122
  loadModel(model_name);
123
  };
124
+ }
125
 
126
  const bt1=create_button("ljspeech","ljspeech_sim")
127
+ document.getElementById('tempature_label').appendChild(bt1)
128
  </script>
129
   <div id="buttons"></div>
130