Spaces:
Running
Running
Update main.ts
Browse files
main.ts
CHANGED
@@ -314,6 +314,7 @@ curl '\${currentUrl}/v1/audio/speech' -H 'content-type: application/json' --data
|
|
314 |
|
315 |
apiExamples.textContent = examples;
|
316 |
}
|
|
|
317 |
</script>
|
318 |
</body></html>`;
|
319 |
|
|
|
314 |
|
315 |
apiExamples.textContent = examples;
|
316 |
}
|
317 |
+
createApiExamples();
|
318 |
</script>
|
319 |
</body></html>`;
|
320 |
|