theAIGuysCode / Object-Detection-API

Yolov3 Object Detection implemented as APIs, using TensorFlow and Flask
Apache License 2.0
339 stars 179 forks source link

Production Server Error #32

Open Ishan-10038 opened 2 years ago

Ishan-10038 commented 2 years ago

Dear Author, I was running the Object Detection API code on Google Colab. But when I am running app.py code, it gives me this error at the production WSGI Server. http://0.0.0.0:5000/ Error: The webpage at http://0.0.0.0:5000/ might be temporarily down or it may have moved permanently to a new web address.

Kindly suggest me the steps to solve this issue.