Spaces:
Sleeping
Sleeping
Update soundscripter.html
Browse files- soundscripter.html +1 -1
soundscripter.html
CHANGED
@@ -111,7 +111,7 @@
|
|
111 |
}
|
112 |
|
113 |
|
114 |
-
fetch("
|
115 |
method: "POST",
|
116 |
body: formData,
|
117 |
})
|
|
|
111 |
}
|
112 |
|
113 |
|
114 |
+
fetch("/asr", {
|
115 |
method: "POST",
|
116 |
body: formData,
|
117 |
})
|