yasserrmd commited on
Commit
2f497bd
·
verified ·
1 Parent(s): b159ec5

Update index.html

Browse files
Files changed (1) hide show
  1. 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('http://localhost:8000/transcribe/', {
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
  });