vineelagampa commited on
Commit
186c113
·
verified ·
1 Parent(s): 59aad13

Update web/analyzer.html

Browse files
Files changed (1) hide show
  1. web/analyzer.html +1 -1
web/analyzer.html CHANGED
@@ -471,7 +471,7 @@
471
 
472
  let data;
473
  try {
474
- const res = await fetch("http://localhost:9000/analyze/", {
475
  method: "POST",
476
  body: formData,
477
  });
 
471
 
472
  let data;
473
  try {
474
+ const res = await fetch("https://vineelagampa-prmschallenge.hf.space/analyze/", {
475
  method: "POST",
476
  body: formData,
477
  });