adititewari commited on
Commit
096eb43
·
verified ·
1 Parent(s): b77c785

Update soundscripter.html

Browse files
Files changed (1) hide show
  1. soundscripter.html +1 -1
soundscripter.html CHANGED
@@ -111,7 +111,7 @@
111
  }
112
 
113
 
114
- fetch("http://localhost:8000/asr", {
115
  method: "POST",
116
  body: formData,
117
  })
 
111
  }
112
 
113
 
114
+ fetch("/asr", {
115
  method: "POST",
116
  body: formData,
117
  })