The file path is wrong.
In streamlit cloud file paths must be relative to the root folder of the github repo.
If the model resides in the root folder, just load_model("model.h5")
should work.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.