Spaces:
Sleeping
Sleeping
Update web/analyzer.html
Browse files- web/analyzer.html +1 -1
web/analyzer.html
CHANGED
|
@@ -471,7 +471,7 @@
|
|
| 471 |
|
| 472 |
let data;
|
| 473 |
try {
|
| 474 |
-
const res = await fetch("
|
| 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 |
});
|