@pik1989
If your api.py script is not running the prediction correctly,
follow these steps:
- Run the API in the terminal using:
python api.py
- Do not use this link: http://127.0.0.1:5000
- Instead, use this link directly: http://localhost:5000
This should resolve the issue. 🚀