File size: 340 Bytes
49c5855
 
 
 
64d5871
b1855eb
 
 
64d5871
1
2
3
4
5
6
7
8
9
10
# This file could be used for more complex model handling if needed.
# For simplicity, it's not used extensively in this basic example.
from utils import load_model

models = {
    "hemolysis": load_model("hemolysis_model.pth"),
    "non_fouling": load_model("non_fouling_model.pth"),
    "solubility": load_model("solubility_model.pth")
}