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