Spaces:
Sleeping
Sleeping
angelaoryza commited on
Commit ·
03bb55d
1
Parent(s): b78cf78
Done
Browse files- templates/index.html +1 -1
templates/index.html
CHANGED
|
@@ -129,7 +129,7 @@
|
|
| 129 |
// Make the Ajax request
|
| 130 |
$.ajax({
|
| 131 |
type: "POST",
|
| 132 |
-
url: "https://angelaoryza-pdst-deploy-be.hf.space", // Replace with the correct URL
|
| 133 |
data: formData,
|
| 134 |
processData: false,
|
| 135 |
contentType: false,
|
|
|
|
| 129 |
// Make the Ajax request
|
| 130 |
$.ajax({
|
| 131 |
type: "POST",
|
| 132 |
+
url: "https://angelaoryza-pdst-deploy-be.hf.space/predict", // Replace with the correct URL
|
| 133 |
data: formData,
|
| 134 |
processData: false,
|
| 135 |
contentType: false,
|