Closed Nikhilbharadwaj08 closed 5 years ago
It sounds like you forgot to launch your Flask server. Double-check that the Flask server script is running.
no actually i have set my system DNS manually to 8.8.8.8, later after changing to automatic its working fine thanks man cheers
On Fri, 4 Oct 2019 at 20:22, Adrian Rosebrock notifications@github.com wrote:
It sounds like you forgot to launch your Flask server. Double-check that the Flask server script is running.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jrosebr1/simple-keras-rest-api/issues/13?email_source=notifications&email_token=AE2KDD4TSKPBIZSSLIQ2FNLQM5KBFA5CNFSM4I5LIG4KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAL4X2I#issuecomment-538430441, or mute the thread https://github.com/notifications/unsubscribe-auth/AE2KDD3I34S5OCOMIU2MMNDQM5KBFANCNFSM4I5LIG4A .
after this cmd ( curl -X POST -F image=@dog.jpg 'http://localhost:5000/predict') i;m getting the following error how to overcome with this..???