Ashrafb commited on
Commit
7b120ae
·
verified ·
1 Parent(s): c994fc3

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('http://localhost:8000/predict/', {
34
  method: 'POST',
35
  body: formData
36
  });
 
30
  showLoadingIndicator();
31
  let formData = new FormData(this);
32
  try {
33
+ let response = await fetch('/predict/', {
34
  method: 'POST',
35
  body: formData
36
  });