Update static/index.html
Browse files- static/index.html +1 -1
static/index.html
CHANGED
|
@@ -30,7 +30,7 @@
|
|
| 30 |
showLoadingIndicator();
|
| 31 |
let formData = new FormData(this);
|
| 32 |
try {
|
| 33 |
-
let response = await fetch('/
|
| 34 |
method: 'POST',
|
| 35 |
body: formData
|
| 36 |
});
|
|
|
|
| 30 |
showLoadingIndicator();
|
| 31 |
let formData = new FormData(this);
|
| 32 |
try {
|
| 33 |
+
let response = await fetch('/get_caption', {
|
| 34 |
method: 'POST',
|
| 35 |
body: formData
|
| 36 |
});
|