Hello everyone,
I’ve recently developed an application that utilizes machine learning for predictions. Initially, everything was running smoothly when I tested it locally. However, upon deploying the application, it seems to encounter an error and fails to make predictions. The specific error message I’m encountering is:
Error making prediction: 'NoneType' object is not callable
I’ve uploaded both the application and its source code to GitHub.
Here’s the link to the app.py
file: app.py.
I would greatly appreciate any assistance or insights into resolving this issue. Thank you in advance for your help!