Commit f72c7c07 authored by Nafis A Abeer's avatar Nafis A Abeer
Browse files

Fixed port

parent f8bf1515
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -56,7 +56,7 @@ async function startWorkflow(){
    startButton.style.display = "none";
    displayLoading();
    try {
        const response = await fetch('http://127.0.0.1:5000/runProcess');
        const response = await fetch('http://127.0.0.1:5555/runProcess');
        if (!response.ok) {
            throw new Error('Failed to fetch image and objects');
        }