Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -0
index.html
CHANGED
@@ -66,6 +66,8 @@
|
|
66 |
</div>
|
67 |
|
68 |
<script>
|
|
|
|
|
69 |
async function transcribeAudio() {
|
70 |
const apiKey = document.apiKey;
|
71 |
const apiBaseUrl = document.apiBaseUrl;
|
|
|
66 |
</div>
|
67 |
|
68 |
<script>
|
69 |
+
document.apiKey = null;
|
70 |
+
document.apiBaseUrl = null;
|
71 |
async function transcribeAudio() {
|
72 |
const apiKey = document.apiKey;
|
73 |
const apiBaseUrl = document.apiBaseUrl;
|