Spaces:
Running
Running
Update index.html
Browse files- index.html +1 -0
index.html
CHANGED
@@ -73,6 +73,7 @@
|
|
73 |
const transcriptionDiv = document.getElementById('transcription');
|
74 |
|
75 |
if (!apiKey || !audioFile) {
|
|
|
76 |
alert('Please provide both API key and a WAV file.');
|
77 |
return;
|
78 |
}
|
|
|
73 |
const transcriptionDiv = document.getElementById('transcription');
|
74 |
|
75 |
if (!apiKey || !audioFile) {
|
76 |
+
console.log(apiKey);
|
77 |
alert('Please provide both API key and a WAV file.');
|
78 |
return;
|
79 |
}
|