Spaces:
Sleeping
Sleeping
Update static/js/script.js
Browse files- static/js/script.js +2 -2
static/js/script.js
CHANGED
@@ -60,8 +60,8 @@ function transcribeAudio(blob) {
|
|
60 |
const formData = new FormData();
|
61 |
formData.append('audio', blob, 'audio.webm');
|
62 |
|
63 |
-
fetch('https://tri4-semalab.hf.space/transcribe', { // https://jikoni-semabox.hf.space/transcribe
|
64 |
-
|
65 |
method: 'POST',
|
66 |
body: formData
|
67 |
})
|
|
|
60 |
const formData = new FormData();
|
61 |
formData.append('audio', blob, 'audio.webm');
|
62 |
|
63 |
+
//fetch('https://tri4-semalab.hf.space/transcribe', { // https://jikoni-semabox.hf.space/transcribe
|
64 |
+
fetch('https://jikoni-semabox.hf.space/transcribe', { // https://tri4-semalab.hf.space/transcribe
|
65 |
method: 'POST',
|
66 |
body: formData
|
67 |
})
|