jaykishan-b commited on
Commit
d119ffb
·
1 Parent(s): 12e5fcc

Updated: API url in template

Browse files
Files changed (1) hide show
  1. app/static/index.html +1 -1
app/static/index.html CHANGED
@@ -211,7 +211,7 @@
211
  formData.append("audio_file", audioFile);
212
  formData.append("language", language)
213
 
214
- fetch("http://127.0.0.1:7860/api/v1/analyze", {
215
  method: "POST",
216
  body: formData
217
  })
 
211
  formData.append("audio_file", audioFile);
212
  formData.append("language", language)
213
 
214
+ fetch("/api/v1/analyze", {
215
  method: "POST",
216
  body: formData
217
  })