Spaces:
Build error
Build error
Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -194,7 +194,7 @@
|
|
194 |
formData.append('file', audioFile,'recording.webm');
|
195 |
|
196 |
try {
|
197 |
-
const response = await fetch('
|
198 |
method: 'POST',
|
199 |
body: formData
|
200 |
});
|
|
|
194 |
formData.append('file', audioFile,'recording.webm');
|
195 |
|
196 |
try {
|
197 |
+
const response = await fetch('/transcribe/', {
|
198 |
method: 'POST',
|
199 |
body: formData
|
200 |
});
|