Streamlit error in reading the saved Keres .h5 files of more than 100MB

I have recently saved my Keres-trained CNN model in .h5 format to create a web application. My precious models had a size of less than 100MB and the app would run without any problem; but this time the saved .h5 file is more than 100MB in size and I encounter the following error:
OSError: Unable to open file (File signature not found).
Would you suggest any solution to this problem? Thanks in advance.

Note: I used Git LFS to upload the file to my GitHub repository.

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