How to fix BrokenPipeError in my app?

Hi all,

I have created an app.I trained a cnn model and saved in .h5 file extension.when I upload a image after click on predict button in my local machine showing actual result like which class that image belongs to.But in Streamlit cloud after clicking on predict button getting BrokenPipeError.How to fix it?

BrokenPipeError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

@RENIGUNTLA , I believe the issue is due to limited resources. As a possible temporary solution, you can try rebooting the app.
link : Common app problems: Resource limits

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.