Spaces:
Running
Running
Update main.ts
Browse files
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')
|
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 = \`
|