Ashrafb commited on
Commit
4371ebd
·
verified ·
1 Parent(s): d5122cb

Update static/index.html

Browse files
Files changed (1) hide show
  1. 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('/predict/', {
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
  });