Update templates/index.html
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -499,7 +499,7 @@ Rate Limits (Free Tier):
|
|
| 499 |
}
|
| 500 |
});
|
| 501 |
|
| 502 |
-
|
| 503 |
const text = textInput.value.trim();
|
| 504 |
const model = modelSelect.value;
|
| 505 |
const voice = voiceSelect.value;
|
|
|
|
| 499 |
}
|
| 500 |
});
|
| 501 |
|
| 502 |
+
generate.addEventListener('click', async () => {
|
| 503 |
const text = textInput.value.trim();
|
| 504 |
const model = modelSelect.value;
|
| 505 |
const voice = voiceSelect.value;
|