Hi all, having a bit of trouble with my app. I didn’t have any issues deploying the app but when it attempts to run an uploaded image through the tensorflow model I get the following error:
[manager] Error checking Streamlit healthz: Get “http://localhost:8501/healthz”: dial tcp 127.0.0.1:8501: connect: connection refused
The model is 396MB so it should not exceed the 800MB limit. It doesn’t throw any errors when run on localhost.
Streamlit Share Link: https://share.streamlit.io/jam516/socket-detection/app.py
GitHub Link: GitHub - Jam516/socket-detection
Any guidance would be greatly appreciated. Other than this I really really love how smooth and user friendly the platform is. Streamlit sharing is absolutely stunning.