Spaces:
Sleeping
Sleeping
Update static/js/design.js
Browse files- static/js/design.js +2 -1
static/js/design.js
CHANGED
@@ -65,7 +65,8 @@ function transcribeAudio() {
|
|
65 |
const formData = new FormData();
|
66 |
formData.append('audio', blob, 'audio.webm');
|
67 |
|
68 |
-
fetch('https://tri4-semalab.hf.space/transcribe', {
|
|
|
69 |
method: 'POST',
|
70 |
body: formData
|
71 |
})
|
|
|
65 |
const formData = new FormData();
|
66 |
formData.append('audio', blob, 'audio.webm');
|
67 |
|
68 |
+
//fetch('https://tri4-semalab.hf.space/transcribe', { // https://jikoni-semabox.hf.space/transcribe
|
69 |
+
fetch('https://jikoni-semabox.hf.space/transcribe', { // https://tri4-semalab.hf.space/transcribe
|
70 |
method: 'POST',
|
71 |
body: formData
|
72 |
})
|