Skip to content

Commit

Permalink
url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dheerajjha451 committed Apr 7, 2024
1 parent f235adc commit a7a21a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/Components/Upload.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ function UploadImage() {
const formData = new FormData();
formData.append("file", file);

const response = await fetch("http://localhost:5000/predict", {
const response = await fetch("https://meet-your-pet-whok.vercel.app/predict", {
method: "POST",
body: formData,
});
Expand Down

0 comments on commit a7a21a7

Please sign in to comment.