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.
load_model("model.h5")