gnilets commited on
Commit
8001421
·
verified ·
1 Parent(s): 2658fe2

Update main.ts

Browse files
Files changed (1) hide show
  1. main.ts +1 -1
main.ts CHANGED
@@ -297,7 +297,7 @@ async function handleDemoRequest(req: Request) {
297
 
298
  function createApiExamples() {
299
  const apiExamples = document.getElementById('apiExamples');
300
- const apiVoices = document.getElementById('apiVoices').value;
301
  const currentUrl = window.location.origin;
302
  const voices_pre = \`curl \${currentUrl}/v1/audio/models\`;
303
  const examples_pre = \`
 
297
 
298
  function createApiExamples() {
299
  const apiExamples = document.getElementById('apiExamples');
300
+ const apiVoices = document.getElementById('apiVoices');
301
  const currentUrl = window.location.origin;
302
  const voices_pre = \`curl \${currentUrl}/v1/audio/models\`;
303
  const examples_pre = \`