Update index.html
Browse files- 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 |
-
|
| 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 |
|