Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
|
@@ -121,6 +121,7 @@
|
|
| 121 |
button.onclick = function() {
|
| 122 |
loadModel(model_name);
|
| 123 |
};
|
|
|
|
| 124 |
}
|
| 125 |
|
| 126 |
const bt1=create_button("ljspeech","ljspeech_sim")
|
|
|
|
| 121 |
button.onclick = function() {
|
| 122 |
loadModel(model_name);
|
| 123 |
};
|
| 124 |
+
return button
|
| 125 |
}
|
| 126 |
|
| 127 |
const bt1=create_button("ljspeech","ljspeech_sim")
|