Spaces:
Runtime error
Runtime error
Commit
·
d119ffb
1
Parent(s):
12e5fcc
Updated: API url in template
Browse files- 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("
|
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 |
})
|