PyxiLabs commited on
Commit
32f5a26
·
verified ·
1 Parent(s): 1ec0d00

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -499,7 +499,7 @@ Rate Limits (Free Tier):
499
  }
500
  });
501
 
502
- generateBtn.addEventListener('click', async () => {
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;